Html Css Color HEX #DE08DB Deep Magenta

📋 copy color: '#DE08DB'

red 222 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #DE08DB

Tints of Deep Magenta #DE08DB

RGB

 RED value IS 222 (87.11% from 255) = 49.44%

 GREEN value IS 8 (3.52% from 255) = 1.78%

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

R = 49.44%
G = 1.78%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE08DB (or 0xDE08DB) is known color: Deep Magenta. HEX triplet: DE, 08 and DB. RGB value is (222,8,219). Sum of RGB (Red+Green+Blue) = 222+8+219=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE08DB is #21F724. Grayscale: #5F5F5F. Windows color (decimal): -2225957 or 14354654. OLE color: 14354654.

HSL color Cylindrical-coordinate representation of color #DE08DB: hue angle of 300.84º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE08DB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 219 -
CMYK 0 0.96 0.01 0.13
HSL 300.84º 0.93% 0.45% -
HSV(B) 300.84º 0.96% 0.87% -
XYZ 43 20.82 68.77 -
YUV 96.04 197.4 217.84 -
System Red Green Blue C M Y K H S L
Decimal 222 8 219 0 0.96 0.01 0.13 300.84 0.93 0.45
Hex DE 8 DB 0 60 1 D 12D 5D 2D
Octal 336 10 333 0 140 1 15 455 135 55
Binary 11011110 1000 11011011 0 1100000 1 1101 100101101 1011101 101101

Color Harmonies of #DE08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE08DB

Black with #DE08DB

Text Example


Text Example

White with #DE08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE08DB; }

 p { color: rgb(222,8,219); }

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

background-color css

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

 a { background-color: rgb(222,8,219); }

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

border-color css

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

 span { border-color: rgb(222,8,219); }

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