Html Css Color HEX #D84DDA Free Speech Magenta

📋 copy color: '#D84DDA'

red 216 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #D84DDA

Tints of Free Speech Magenta #D84DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.07%

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 42.27%
G = 15.07%
B = 42.66%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D84DDA (or 0xD84DDA) is known color: Free Speech Magenta. HEX triplet: D8, 4D and DA. RGB value is (216,77,218). Sum of RGB (Red+Green+Blue) = 216+77+218=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #D84DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DDA is #27B225. Grayscale: #868686. Windows color (decimal): -2601510 or 14306776. OLE color: 14306776.

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

Color convert

RGB 216 77 218 -
CMYK 0.01 0.65 0 0.15
HSL 299.15º 0.66% 0.58% -
HSV(B) 299.15º 0.65% 0.85% -
XYZ 43.63 24.97 68.85 -
YUV 134.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 216 77 218 0.01 0.65 0 0.15 299.15 0.66 0.58
Hex D8 4D DA 1 41 0 F 12B 42 3A
Octal 330 115 332 1 101 0 17 453 102 72
Binary 11011000 1001101 11011010 1 1000001 0 1111 100101011 1000010 111010

Color Harmonies of #D84DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DDA

Black with #D84DDA

Text Example


Text Example

White with #D84DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DDA; }

 p { color: rgb(216,77,218); }

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

background-color css

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

 a { background-color: rgb(216,77,218); }

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

border-color css

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

 span { border-color: rgb(216,77,218); }

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