Html Css Color HEX #D85DC9 Free Speech Magenta

📋 copy color: '#D85DC9'

red 216 ◦ green 93 ◦ blue 201

#D85DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D85DC9

Tints of Free Speech Magenta #D85DC9

RGB

 RED value IS 216 (84.77% from 255) = 42.35%

 GREEN value IS 93 (36.72% from 255) = 18.24%

 BLUE value IS 201 (78.91% from 255) = 39.41%

R = 42.35%
G = 18.24%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D85DC9 (or 0xD85DC9) is known color: Free Speech Magenta. HEX triplet: D8, 5D and C9. RGB value is (216,93,201). Sum of RGB (Red+Green+Blue) = 216+93+201=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DC9 is #27A236. Grayscale: #8D8D8D. Windows color (decimal): -2597431 or 13196760. OLE color: 13196760.

HSL color Cylindrical-coordinate representation of color #D85DC9: hue angle of 307.32º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DC9 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 201 -
CMYK 0 0.57 0.07 0.15
HSL 307.32º 0.61% 0.61% -
HSV(B) 307.32º 0.57% 0.85% -
XYZ 42.78 26.64 58.15 -
YUV 142.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 216 93 201 0 0.57 0.07 0.15 307.32 0.61 0.61
Hex D8 5D C9 0 39 7 F 133 3D 3D
Octal 330 135 311 0 71 7 17 463 75 75
Binary 11011000 1011101 11001001 0 111001 111 1111 100110011 111101 111101

Color Harmonies of #D85DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DC9

Black with #D85DC9

Text Example


Text Example

White with #D85DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DC9; }

 p { color: rgb(216,93,201); }

 H1.HeaderClassName
 {
   color: #D85DC9;
 }
 .AnyTagClassName
 {
   color: #D85DC9;
 }
</style>

background-color css

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

 a { background-color: rgb(216,93,201); }

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

border-color css

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

 span { border-color: rgb(216,93,201); }

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