Html Css Color HEX #DB08BB Deep Magenta

📋 copy color: '#DB08BB'

red 219 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #DB08BB

Tints of Deep Magenta #DB08BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 52.9%
G = 1.93%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB08BB (or 0xDB08BB) is known color: Deep Magenta. HEX triplet: DB, 08 and BB. RGB value is (219,8,187). Sum of RGB (Red+Green+Blue) = 219+8+187=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08BB is #24F744. Grayscale: #5A5A5A. Windows color (decimal): -2422597 or 12257499. OLE color: 12257499.

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

Color convert

RGB 219 8 187 -
CMYK 0 0.96 0.15 0.14
HSL 309.1º 0.93% 0.45% -
HSV(B) 309.1º 0.96% 0.86% -
XYZ 38.27 18.82 48.63 -
YUV 91.5 181.9 218.95 -
System Red Green Blue C M Y K H S L
Decimal 219 8 187 0 0.96 0.15 0.14 309.1 0.93 0.45
Hex DB 8 BB 0 60 F E 135 5D 2D
Octal 333 10 273 0 140 17 16 465 135 55
Binary 11011011 1000 10111011 0 1100000 1111 1110 100110101 1011101 101101

Color Harmonies of #DB08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08BB

Black with #DB08BB

Text Example


Text Example

White with #DB08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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