Html Css Color HEX #DB1AC7 Deep Magenta

📋 copy color: '#DB1AC7'

red 219 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #DB1AC7

Tints of Deep Magenta #DB1AC7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.86%

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 49.32%
G = 5.86%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB1AC7 (or 0xDB1AC7) is known color: Deep Magenta. HEX triplet: DB, 1A and C7. RGB value is (219,26,199). Sum of RGB (Red+Green+Blue) = 219+26+199=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AC7 is #24E538. Grayscale: #666666. Windows color (decimal): -2417977 or 13048539. OLE color: 13048539.

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

Color convert

RGB 219 26 199 -
CMYK 0 0.88 0.09 0.14
HSL 306.22º 0.79% 0.48% -
HSV(B) 306.22º 0.88% 0.86% -
XYZ 39.89 19.92 55.78 -
YUV 103.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 219 26 199 0 0.88 0.09 0.14 306.22 0.79 0.48
Hex DB 1A C7 0 58 9 E 132 4F 30
Octal 333 32 307 0 130 11 16 462 117 60
Binary 11011011 11010 11000111 0 1011000 1001 1110 100110010 1001111 110000

Color Harmonies of #DB1AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AC7

Black with #DB1AC7

Text Example


Text Example

White with #DB1AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AC7; }

 p { color: rgb(219,26,199); }

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

background-color css

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

 a { background-color: rgb(219,26,199); }

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

border-color css

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

 span { border-color: rgb(219,26,199); }

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