Html Css Color HEX #DB0CCA Deep Magenta

📋 copy color: '#DB0CCA'

red 219 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #DB0CCA

Tints of Deep Magenta #DB0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 50.58%
G = 2.77%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB0CCA (or 0xDB0CCA) is known color: Deep Magenta. HEX triplet: DB, 0C and CA. RGB value is (219,12,202). Sum of RGB (Red+Green+Blue) = 219+12+202=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CCA is #24F335. Grayscale: #5F5F5F. Windows color (decimal): -2421558 or 13241563. OLE color: 13241563.

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

Color convert

RGB 219 12 202 -
CMYK 0 0.95 0.08 0.14
HSL 304.93º 0.9% 0.45% -
HSV(B) 304.93º 0.95% 0.86% -
XYZ 40.01 19.59 57.55 -
YUV 95.55 188.08 216.05 -
System Red Green Blue C M Y K H S L
Decimal 219 12 202 0 0.95 0.08 0.14 304.93 0.9 0.45
Hex DB C CA 0 5F 8 E 131 5A 2D
Octal 333 14 312 0 137 10 16 461 132 55
Binary 11011011 1100 11001010 0 1011111 1000 1110 100110001 1011010 101101

Color Harmonies of #DB0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CCA

Black with #DB0CCA

Text Example


Text Example

White with #DB0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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