Html Css Color HEX #D84CDB Free Speech Magenta

📋 copy color: '#D84CDB'

red 216 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #D84CDB

Tints of Free Speech Magenta #D84CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

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

R = 42.27%
G = 14.87%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D84CDB (or 0xD84CDB) is known color: Free Speech Magenta. HEX triplet: D8, 4C and DB. RGB value is (216,76,219). Sum of RGB (Red+Green+Blue) = 216+76+219=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D84CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CDB is #27B324. Grayscale: #858585. Windows color (decimal): -2601765 or 14372056. OLE color: 14372056.

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

Color convert

RGB 216 76 219 -
CMYK 0.01 0.65 0 0.14
HSL 298.74º 0.67% 0.58% -
HSV(B) 298.74º 0.65% 0.86% -
XYZ 43.69 24.88 69.52 -
YUV 134.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 216 76 219 0.01 0.65 0 0.14 298.74 0.67 0.58
Hex D8 4C DB 1 41 0 E 12B 43 3A
Octal 330 114 333 1 101 0 16 453 103 72
Binary 11011000 1001100 11011011 1 1000001 0 1110 100101011 1000011 111010

Color Harmonies of #D84CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84CDB

Black with #D84CDB

Text Example


Text Example

White with #D84CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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