Html Css Color HEX #DB0BB4 Deep Magenta

📋 copy color: '#DB0BB4'

red 219 ◦ green 11 ◦ blue 180

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

Shades of Deep Magenta #DB0BB4

Tints of Deep Magenta #DB0BB4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 53.41%
G = 2.68%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB0BB4 (or 0xDB0BB4) is known color: Deep Magenta. HEX triplet: DB, 0B and B4. RGB value is (219,11,180). Sum of RGB (Red+Green+Blue) = 219+11+180=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BB4 is #24F44B. Grayscale: #5B5B5B. Windows color (decimal): -2421836 or 11799515. OLE color: 11799515.

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

Color convert

RGB 219 11 180 -
CMYK 0 0.95 0.18 0.14
HSL 311.25º 0.9% 0.45% -
HSV(B) 311.25º 0.95% 0.86% -
XYZ 37.57 18.59 44.79 -
YUV 92.46 177.41 218.26 -
System Red Green Blue C M Y K H S L
Decimal 219 11 180 0 0.95 0.18 0.14 311.25 0.9 0.45
Hex DB B B4 0 5F 12 E 137 5A 2D
Octal 333 13 264 0 137 22 16 467 132 55
Binary 11011011 1011 10110100 0 1011111 10010 1110 100110111 1011010 101101

Color Harmonies of #DB0BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BB4

Black with #DB0BB4

Text Example


Text Example

White with #DB0BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BB4; }

 p { color: rgb(219,11,180); }

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

background-color css

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

 a { background-color: rgb(219,11,180); }

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

border-color css

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

 span { border-color: rgb(219,11,180); }

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