Html Css Color HEX #DB08E1 Deep Magenta

📋 copy color: '#DB08E1'

red 219 ◦ green 8 ◦ blue 225

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

Shades of Deep Magenta #DB08E1

Tints of Deep Magenta #DB08E1

RGB

 RED value IS 219 (85.94% from 255) = 48.45%

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

 BLUE value IS 225 (88.28% from 255) = 49.78%

R = 48.45%
G = 1.77%
B = 49.78%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB08E1 (or 0xDB08E1) is known color: Deep Magenta. HEX triplet: DB, 08 and E1. RGB value is (219,8,225). Sum of RGB (Red+Green+Blue) = 219+8+225=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB08E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08E1 is #24F71E. Grayscale: #5F5F5F. Windows color (decimal): -2422559 or 14747867. OLE color: 14747867.

HSL color Cylindrical-coordinate representation of color #DB08E1: hue angle of 298.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08E1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 8 225 -
CMYK 0.03 0.96 0 0.12
HSL 298.34º 0.93% 0.46% -
HSV(B) 298.34º 0.96% 0.88% -
XYZ 42.89 20.67 72.96 -
YUV 95.83 200.9 215.86 -
System Red Green Blue C M Y K H S L
Decimal 219 8 225 0.03 0.96 0 0.12 298.34 0.93 0.46
Hex DB 8 E1 3 60 0 C 12A 5D 2E
Octal 333 10 341 3 140 0 14 452 135 56
Binary 11011011 1000 11100001 11 1100000 0 1100 100101010 1011101 101110

Color Harmonies of #DB08E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08E1

Black with #DB08E1

Text Example


Text Example

White with #DB08E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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