Html Css Color HEX #DB1CCA Deep Magenta

📋 copy color: '#DB1CCA'

red 219 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #DB1CCA

Tints of Deep Magenta #DB1CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.24%

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

R = 48.78%
G = 6.24%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB1CCA (or 0xDB1CCA) is known color: Deep Magenta. HEX triplet: DB, 1C and CA. RGB value is (219,28,202). Sum of RGB (Red+Green+Blue) = 219+28+202=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CCA is #24E335. Grayscale: #686868. Windows color (decimal): -2417462 or 13245659. OLE color: 13245659.

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

Color convert

RGB 219 28 202 -
CMYK 0 0.87 0.08 0.14
HSL 305.34º 0.77% 0.48% -
HSV(B) 305.34º 0.87% 0.86% -
XYZ 40.29 20.15 57.64 -
YUV 104.95 182.78 209.35 -
System Red Green Blue C M Y K H S L
Decimal 219 28 202 0 0.87 0.08 0.14 305.34 0.77 0.48
Hex DB 1C CA 0 57 8 E 131 4D 30
Octal 333 34 312 0 127 10 16 461 115 60
Binary 11011011 11100 11001010 0 1010111 1000 1110 100110001 1001101 110000

Color Harmonies of #DB1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CCA

Black with #DB1CCA

Text Example


Text Example

White with #DB1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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