Html Css Color HEX #DB0CBA Deep Magenta

📋 copy color: '#DB0CBA'

red 219 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #DB0CBA

Tints of Deep Magenta #DB0CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 52.52%
G = 2.88%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB0CBA (or 0xDB0CBA) is known color: Deep Magenta. HEX triplet: DB, 0C and BA. RGB value is (219,12,186). Sum of RGB (Red+Green+Blue) = 219+12+186=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CBA is #24F345. Grayscale: #5D5D5D. Windows color (decimal): -2421574 or 12192987. OLE color: 12192987.

HSL color Cylindrical-coordinate representation of color #DB0CBA: hue angle of 309.57º 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 #DB0CBA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 12 186 -
CMYK 0 0.95 0.15 0.14
HSL 309.57º 0.9% 0.45% -
HSV(B) 309.57º 0.95% 0.86% -
XYZ 38.21 18.87 48.08 -
YUV 93.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 219 12 186 0 0.95 0.15 0.14 309.57 0.9 0.45
Hex DB C BA 0 5F F E 136 5A 2D
Octal 333 14 272 0 137 17 16 466 132 55
Binary 11011011 1100 10111010 0 1011111 1111 1110 100110110 1011010 101101

Color Harmonies of #DB0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CBA

Black with #DB0CBA

Text Example


Text Example

White with #DB0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CBA; }

 p { color: rgb(219,12,186); }

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

background-color css

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

 a { background-color: rgb(219,12,186); }

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

border-color css

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

 span { border-color: rgb(219,12,186); }

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