Html Css Color HEX #DB0CCB Deep Magenta

📋 copy color: '#DB0CCB'

red 219 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #DB0CCB

Tints of Deep Magenta #DB0CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 50.46%
G = 2.76%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB0CCB (or 0xDB0CCB) is known color: Deep Magenta. HEX triplet: DB, 0C and CB. RGB value is (219,12,203). Sum of RGB (Red+Green+Blue) = 219+12+203=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CCB is #24F334. Grayscale: #5F5F5F. Windows color (decimal): -2421557 or 13307099. OLE color: 13307099.

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

Color convert

RGB 219 12 203 -
CMYK 0 0.95 0.07 0.14
HSL 304.64º 0.9% 0.45% -
HSV(B) 304.64º 0.95% 0.86% -
XYZ 40.12 19.63 58.18 -
YUV 95.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 219 12 203 0 0.95 0.07 0.14 304.64 0.9 0.45
Hex DB C CB 0 5F 7 E 131 5A 2D
Octal 333 14 313 0 137 7 16 461 132 55
Binary 11011011 1100 11001011 0 1011111 111 1110 100110001 1011010 101101

Color Harmonies of #DB0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CCB

Black with #DB0CCB

Text Example


Text Example

White with #DB0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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