Html Css Color HEX #D85AD2 Free Speech Magenta

📋 copy color: '#D85AD2'

red 216 ◦ green 90 ◦ blue 210

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

Shades of Free Speech Magenta #D85AD2

Tints of Free Speech Magenta #D85AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.44%

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 41.86%
G = 17.44%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D85AD2 (or 0xD85AD2) is known color: Free Speech Magenta. HEX triplet: D8, 5A and D2. RGB value is (216,90,210). Sum of RGB (Red+Green+Blue) = 216+90+210=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AD2 is #27A52D. Grayscale: #8D8D8D. Windows color (decimal): -2598190 or 13785816. OLE color: 13785816.

HSL color Cylindrical-coordinate representation of color #D85AD2: hue angle of 302.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AD2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 210 -
CMYK 0 0.58 0.03 0.15
HSL 302.86º 0.62% 0.6% -
HSV(B) 302.86º 0.58% 0.85% -
XYZ 43.61 26.56 63.8 -
YUV 141.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 216 90 210 0 0.58 0.03 0.15 302.86 0.62 0.6
Hex D8 5A D2 0 3A 3 F 12F 3E 3C
Octal 330 132 322 0 72 3 17 457 76 74
Binary 11011000 1011010 11010010 0 111010 11 1111 100101111 111110 111100

Color Harmonies of #D85AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AD2

Black with #D85AD2

Text Example


Text Example

White with #D85AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AD2; }

 p { color: rgb(216,90,210); }

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

background-color css

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

 a { background-color: rgb(216,90,210); }

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

border-color css

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

 span { border-color: rgb(216,90,210); }

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