Html Css Color HEX #D84EDB Free Speech Magenta

📋 copy color: '#D84EDB'

red 216 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #D84EDB

Tints of Free Speech Magenta #D84EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.2%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 42.11%
G = 15.2%
B = 42.69%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D84EDB (or 0xD84EDB) is known color: Free Speech Magenta. HEX triplet: D8, 4E and DB. RGB value is (216,78,219). Sum of RGB (Red+Green+Blue) = 216+78+219=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D84EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EDB is #27B124. Grayscale: #868686. Windows color (decimal): -2601253 or 14372568. OLE color: 14372568.

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

Color convert

RGB 216 78 219 -
CMYK 0.01 0.64 0 0.14
HSL 298.72º 0.66% 0.58% -
HSV(B) 298.72º 0.64% 0.86% -
XYZ 43.83 25.16 69.56 -
YUV 135.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 216 78 219 0.01 0.64 0 0.14 298.72 0.66 0.58
Hex D8 4E DB 1 40 0 E 12B 42 3A
Octal 330 116 333 1 100 0 16 453 102 72
Binary 11011000 1001110 11011011 1 1000000 0 1110 100101011 1000010 111010

Color Harmonies of #D84EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84EDB

Black with #D84EDB

Text Example


Text Example

White with #D84EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84EDB; }

 p { color: rgb(216,78,219); }

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

background-color css

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

 a { background-color: rgb(216,78,219); }

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

border-color css

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

 span { border-color: rgb(216,78,219); }

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