Html Css Color HEX #D85ACD Free Speech Magenta

📋 copy color: '#D85ACD'

red 216 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #D85ACD

Tints of Free Speech Magenta #D85ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 42.27%
G = 17.61%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D85ACD (or 0xD85ACD) is known color: Free Speech Magenta. HEX triplet: D8, 5A and CD. RGB value is (216,90,205). Sum of RGB (Red+Green+Blue) = 216+90+205=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ACD is #27A532. Grayscale: #8C8C8C. Windows color (decimal): -2598195 or 13458136. OLE color: 13458136.

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

Color convert

RGB 216 90 205 -
CMYK 0 0.58 0.05 0.15
HSL 305.24º 0.62% 0.6% -
HSV(B) 305.24º 0.58% 0.85% -
XYZ 42.99 26.32 60.57 -
YUV 140.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 216 90 205 0 0.58 0.05 0.15 305.24 0.62 0.6
Hex D8 5A CD 0 3A 5 F 131 3E 3C
Octal 330 132 315 0 72 5 17 461 76 74
Binary 11011000 1011010 11001101 0 111010 101 1111 100110001 111110 111100

Color Harmonies of #D85ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ACD

Black with #D85ACD

Text Example


Text Example

White with #D85ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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