Html Css Color HEX #DB1CC2 Deep Magenta

📋 copy color: '#DB1CC2'

red 219 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #DB1CC2

Tints of Deep Magenta #DB1CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 49.66%
G = 6.35%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB1CC2 (or 0xDB1CC2) is known color: Deep Magenta. HEX triplet: DB, 1C and C2. RGB value is (219,28,194). Sum of RGB (Red+Green+Blue) = 219+28+194=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CC2 is #24E33D. Grayscale: #676767. Windows color (decimal): -2417470 or 12721371. OLE color: 12721371.

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

Color convert

RGB 219 28 194 -
CMYK 0 0.87 0.11 0.14
HSL 307.85º 0.77% 0.48% -
HSV(B) 307.85º 0.87% 0.86% -
XYZ 39.37 19.79 52.78 -
YUV 104.03 178.78 210 -
System Red Green Blue C M Y K H S L
Decimal 219 28 194 0 0.87 0.11 0.14 307.85 0.77 0.48
Hex DB 1C C2 0 57 B E 134 4D 30
Octal 333 34 302 0 127 13 16 464 115 60
Binary 11011011 11100 11000010 0 1010111 1011 1110 100110100 1001101 110000

Color Harmonies of #DB1CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CC2

Black with #DB1CC2

Text Example


Text Example

White with #DB1CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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