Html Css Color HEX #DB0ECA Deep Magenta

📋 copy color: '#DB0ECA'

red 219 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #DB0ECA

Tints of Deep Magenta #DB0ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.22%

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

R = 50.34%
G = 3.22%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB0ECA (or 0xDB0ECA) is known color: Deep Magenta. HEX triplet: DB, 0E and CA. RGB value is (219,14,202). Sum of RGB (Red+Green+Blue) = 219+14+202=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ECA is #24F135. Grayscale: #606060. Windows color (decimal): -2421046 or 13242075. OLE color: 13242075.

HSL color Cylindrical-coordinate representation of color #DB0ECA: hue angle of 304.98º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 14 202 -
CMYK 0 0.94 0.08 0.14
HSL 304.98º 0.88% 0.46% -
HSV(B) 304.98º 0.94% 0.86% -
XYZ 40.03 19.64 57.56 -
YUV 96.73 187.42 215.21 -
System Red Green Blue C M Y K H S L
Decimal 219 14 202 0 0.94 0.08 0.14 304.98 0.88 0.46
Hex DB E CA 0 5E 8 E 131 58 2E
Octal 333 16 312 0 136 10 16 461 130 56
Binary 11011011 1110 11001010 0 1011110 1000 1110 100110001 1011000 101110

Color Harmonies of #DB0ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0ECA

Black with #DB0ECA

Text Example


Text Example

White with #DB0ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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