#D255D0

Color #D255D0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D255D0

Tints of Free Speech Magenta #D255D0

Color information

#D255D0 (or 0xD255D0) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 55 and D0. RGB value is (210,85,208). Sum of RGB (Red+Green+Blue) = 210+85+208=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D255D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D0 is #2DAA2F. Grayscale: #888888. Windows color (decimal): -2992688 or 13653458. OLE color: 13653458.

HSL color Cylindrical-coordinate representation of color #D255D0: hue angle of 300.96º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255D0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB21085208-
CMYK00.600.010.18
HSL300.96º58.14%57.84%-
HSV(B)300.96º59.52%82.35%-
XYZ41.2124.7562.28-
YUV136.4168.41180.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 16.90%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=41.75%
G=16.90%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108520800.600.010.18300.9658.1457.84
HexD255D003C11212d3a3a
Octal3221253200741224557272
Binary110100101010101110100000111100110010100101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D255D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D255D0; }

 p { color: rgb(210,85,208); }

 H1.HeaderClassName
 {
   color: #D255D0;
 }
 .AnyTagClassName
 {
   color: #D255D0;
 }
</style>
background-color css

<style>
 a { background-color: #D255D0; }

 a { background-color: rgb(210,85,208); }

 div.DivClassName
 {
   background-color: #D255D0;
 }
 .BgClassName
 {
   background-color: #D255D0;
 }
</style>
border-color css

<style>
 span { border-color: #D255D0; }

 span { border-color: rgb(210,85,208); }

 td.TdClassName
 {
   border-color: #D255D0;
 }
 .TagClassName
 {
   border-color: #D255D0;
 }
</style>