Html Css Color HEX #DB12CB Deep Magenta

📋 copy color: '#DB12CB'

red 219 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #DB12CB

Tints of Deep Magenta #DB12CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.09%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 49.77%
G = 4.09%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB12CB (or 0xDB12CB) is known color: Deep Magenta. HEX triplet: DB, 12 and CB. RGB value is (219,18,203). Sum of RGB (Red+Green+Blue) = 219+18+203=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12CB is #24ED34. Grayscale: #626262. Windows color (decimal): -2420021 or 13308635. OLE color: 13308635.

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

Color convert

RGB 219 18 203 -
CMYK 0 0.92 0.07 0.14
HSL 304.78º 0.85% 0.46% -
HSV(B) 304.78º 0.92% 0.86% -
XYZ 40.21 19.8 58.2 -
YUV 99.19 186.59 213.46 -
System Red Green Blue C M Y K H S L
Decimal 219 18 203 0 0.92 0.07 0.14 304.78 0.85 0.46
Hex DB 12 CB 0 5C 7 E 131 55 2E
Octal 333 22 313 0 134 7 16 461 125 56
Binary 11011011 10010 11001011 0 1011100 111 1110 100110001 1010101 101110

Color Harmonies of #DB12CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12CB

Black with #DB12CB

Text Example


Text Example

White with #DB12CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12CB; }

 p { color: rgb(219,18,203); }

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

background-color css

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

 a { background-color: rgb(219,18,203); }

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

border-color css

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

 span { border-color: rgb(219,18,203); }

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