Html Css Color HEX #DB1AC9 Deep Magenta

📋 copy color: '#DB1AC9'

red 219 ◦ green 26 ◦ blue 201

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

Shades of Deep Magenta #DB1AC9

Tints of Deep Magenta #DB1AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 49.1%
G = 5.83%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB1AC9 (or 0xDB1AC9) is known color: Deep Magenta. HEX triplet: DB, 1A and C9. RGB value is (219,26,201). Sum of RGB (Red+Green+Blue) = 219+26+201=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AC9 is #24E536. Grayscale: #676767. Windows color (decimal): -2417975 or 13179611. OLE color: 13179611.

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

Color convert

RGB 219 26 201 -
CMYK 0 0.88 0.08 0.14
HSL 305.6º 0.79% 0.48% -
HSV(B) 305.6º 0.88% 0.86% -
XYZ 40.13 20.02 57.01 -
YUV 103.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 219 26 201 0 0.88 0.08 0.14 305.6 0.79 0.48
Hex DB 1A C9 0 58 8 E 132 4F 30
Octal 333 32 311 0 130 10 16 462 117 60
Binary 11011011 11010 11001001 0 1011000 1000 1110 100110010 1001111 110000

Color Harmonies of #DB1AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AC9

Black with #DB1AC9

Text Example


Text Example

White with #DB1AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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