Html Css Color HEX #D84ADE Free Speech Magenta

📋 copy color: '#D84ADE'

red 216 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Magenta #D84ADE

Tints of Free Speech Magenta #D84ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 42.19%
G = 14.45%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D84ADE (or 0xD84ADE) is known color: Free Speech Magenta. HEX triplet: D8, 4A and DE. RGB value is (216,74,222). Sum of RGB (Red+Green+Blue) = 216+74+222=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #D84ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ADE is #27B521. Grayscale: #848484. Windows color (decimal): -2602274 or 14568152. OLE color: 14568152.

HSL color Cylindrical-coordinate representation of color #D84ADE: hue angle of 297.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84ADE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 74 222 -
CMYK 0.03 0.67 0 0.13
HSL 297.57º 0.69% 0.58% -
HSV(B) 297.57º 0.67% 0.87% -
XYZ 43.95 24.77 71.57 -
YUV 133.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 216 74 222 0.03 0.67 0 0.13 297.57 0.69 0.58
Hex D8 4A DE 3 43 0 D 12A 45 3A
Octal 330 112 336 3 103 0 15 452 105 72
Binary 11011000 1001010 11011110 11 1000011 0 1101 100101010 1000101 111010

Color Harmonies of #D84ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84ADE

Black with #D84ADE

Text Example


Text Example

White with #D84ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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