Html Css Color HEX #D85ED9 Free Speech Magenta

📋 copy color: '#D85ED9'

red 216 ◦ green 94 ◦ blue 217

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

Shades of Free Speech Magenta #D85ED9

Tints of Free Speech Magenta #D85ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.84%

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 40.99%
G = 17.84%
B = 41.18%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D85ED9 (or 0xD85ED9) is known color: Free Speech Magenta. HEX triplet: D8, 5E and D9. RGB value is (216,94,217). Sum of RGB (Red+Green+Blue) = 216+94+217=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #D85ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ED9 is #27A126. Grayscale: #909090. Windows color (decimal): -2597159 or 14245592. OLE color: 14245592.

HSL color Cylindrical-coordinate representation of color #D85ED9: hue angle of 299.51º degrees, saturation: 0.62, 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 #D85ED9 is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 217 -
CMYK 0.00 0.57 0 0.15
HSL 299.51º 0.62% 0.61% -
HSV(B) 299.51º 0.57% 0.85% -
XYZ 44.85 27.61 68.61 -
YUV 144.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 216 94 217 0.00 0.57 0 0.15 299.51 0.62 0.61
Hex D8 5E D9 0 39 0 F 12C 3E 3D
Octal 330 136 331 0 71 0 17 454 76 75
Binary 11011000 1011110 11011001 0 111001 0 1111 100101100 111110 111101

Color Harmonies of #D85ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ED9

Black with #D85ED9

Text Example


Text Example

White with #D85ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ED9; }

 p { color: rgb(216,94,217); }

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

background-color css

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

 a { background-color: rgb(216,94,217); }

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

border-color css

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

 span { border-color: rgb(216,94,217); }

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