Html Css Color HEX #DB03C8 Deep Magenta

📋 copy color: '#DB03C8'

red 219 ◦ green 3 ◦ blue 200

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

Shades of Deep Magenta #DB03C8

Tints of Deep Magenta #DB03C8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 200 (78.52% from 255) = 47.39%

R = 51.9%
G = 0.71%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB03C8 (or 0xDB03C8) is known color: Deep Magenta. HEX triplet: DB, 03 and C8. RGB value is (219,3,200). Sum of RGB (Red+Green+Blue) = 219+3+200=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03C8 is #24FC37. Grayscale: #595959. Windows color (decimal): -2423864 or 13108187. OLE color: 13108187.

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

Color convert

RGB 219 3 200 -
CMYK 0 0.99 0.09 0.14
HSL 305.28º 0.97% 0.44% -
HSV(B) 305.28º 0.99% 0.86% -
XYZ 39.67 19.3 56.28 -
YUV 90.04 190.06 219.98 -
System Red Green Blue C M Y K H S L
Decimal 219 3 200 0 0.99 0.09 0.14 305.28 0.97 0.44
Hex DB 3 C8 0 63 9 E 131 61 2C
Octal 333 3 310 0 143 11 16 461 141 54
Binary 11011011 11 11001000 0 1100011 1001 1110 100110001 1100001 101100

Color Harmonies of #DB03C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03C8

Black with #DB03C8

Text Example


Text Example

White with #DB03C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03C8; }

 p { color: rgb(219,3,200); }

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

background-color css

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

 a { background-color: rgb(219,3,200); }

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

border-color css

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

 span { border-color: rgb(219,3,200); }

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