Html Css Color HEX #D85DD9 Free Speech Magenta

📋 copy color: '#D85DD9'

red 216 ◦ green 93 ◦ blue 217

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

Shades of Free Speech Magenta #D85DD9

Tints of Free Speech Magenta #D85DD9

RGB

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

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

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

R = 41.06%
G = 17.68%
B = 41.25%

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

#D85DD9 (or 0xD85DD9) is known color: Free Speech Magenta. HEX triplet: D8, 5D and D9. RGB value is (216,93,217). Sum of RGB (Red+Green+Blue) = 216+93+217=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #D85DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DD9 is #27A226. Grayscale: #8F8F8F. Windows color (decimal): -2597415 or 14245336. OLE color: 14245336.

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

Color convert

RGB 216 93 217 -
CMYK 0.00 0.57 0 0.15
HSL 299.52º 0.62% 0.61% -
HSV(B) 299.52º 0.57% 0.85% -
XYZ 44.76 27.44 68.58 -
YUV 143.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 216 93 217 0.00 0.57 0 0.15 299.52 0.62 0.61
Hex D8 5D D9 0 39 0 F 12C 3E 3D
Octal 330 135 331 0 71 0 17 454 76 75
Binary 11011000 1011101 11011001 0 111001 0 1111 100101100 111110 111101

Color Harmonies of #D85DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DD9

Black with #D85DD9

Text Example


Text Example

White with #D85DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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