Html Css Color HEX #D842DB Free Speech Magenta

📋 copy color: '#D842DB'

red 216 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #D842DB

Tints of Free Speech Magenta #D842DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.17%

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

R = 43.11%
G = 13.17%
B = 43.71%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D842DB (or 0xD842DB) is known color: Free Speech Magenta. HEX triplet: D8, 42 and DB. RGB value is (216,66,219). Sum of RGB (Red+Green+Blue) = 216+66+219=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D842DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842DB is #27BD24. Grayscale: #7F7F7F. Windows color (decimal): -2604325 or 14369496. OLE color: 14369496.

HSL color Cylindrical-coordinate representation of color #D842DB: hue angle of 298.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D842DB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 66 219 -
CMYK 0.01 0.70 0 0.14
HSL 298.82º 0.68% 0.56% -
HSV(B) 298.82º 0.7% 0.86% -
XYZ 43.05 23.61 69.31 -
YUV 128.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 216 66 219 0.01 0.70 0 0.14 298.82 0.68 0.56
Hex D8 42 DB 1 46 0 E 12B 44 38
Octal 330 102 333 1 106 0 16 453 104 70
Binary 11011000 1000010 11011011 1 1000110 0 1110 100101011 1000100 111000

Color Harmonies of #D842DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842DB

Black with #D842DB

Text Example


Text Example

White with #D842DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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