Html Css Color HEX #D84ACD Free Speech Magenta

📋 copy color: '#D84ACD'

red 216 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Magenta #D84ACD

Tints of Free Speech Magenta #D84ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

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

R = 43.64%
G = 14.95%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D84ACD (or 0xD84ACD) is known color: Free Speech Magenta. HEX triplet: D8, 4A and CD. RGB value is (216,74,205). Sum of RGB (Red+Green+Blue) = 216+74+205=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ACD is #27B532. Grayscale: #838383. Windows color (decimal): -2602291 or 13454040. OLE color: 13454040.

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

Color convert

RGB 216 74 205 -
CMYK 0 0.66 0.05 0.15
HSL 304.65º 0.65% 0.57% -
HSV(B) 304.65º 0.66% 0.85% -
XYZ 41.79 23.9 60.17 -
YUV 131.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 216 74 205 0 0.66 0.05 0.15 304.65 0.65 0.57
Hex D8 4A CD 0 42 5 F 131 41 39
Octal 330 112 315 0 102 5 17 461 101 71
Binary 11011000 1001010 11001101 0 1000010 101 1111 100110001 1000001 111001

Color Harmonies of #D84ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ACD

Black with #D84ACD

Text Example


Text Example

White with #D84ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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