Html Css Color HEX #DB07CC Deep Magenta

📋 copy color: '#DB07CC'

red 219 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #DB07CC

Tints of Deep Magenta #DB07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 50.93%
G = 1.63%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB07CC (or 0xDB07CC) is known color: Deep Magenta. HEX triplet: DB, 07 and CC. RGB value is (219,7,204). Sum of RGB (Red+Green+Blue) = 219+7+204=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07CC is #24F833. Grayscale: #5C5C5C. Windows color (decimal): -2422836 or 13371355. OLE color: 13371355.

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

Color convert

RGB 219 7 204 -
CMYK 0 0.97 0.07 0.14
HSL 304.25º 0.94% 0.44% -
HSV(B) 304.25º 0.97% 0.86% -
XYZ 40.19 19.57 58.79 -
YUV 92.85 190.74 217.98 -
System Red Green Blue C M Y K H S L
Decimal 219 7 204 0 0.97 0.07 0.14 304.25 0.94 0.44
Hex DB 7 CC 0 61 7 E 130 5E 2C
Octal 333 7 314 0 141 7 16 460 136 54
Binary 11011011 111 11001100 0 1100001 111 1110 100110000 1011110 101100

Color Harmonies of #DB07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07CC

Black with #DB07CC

Text Example


Text Example

White with #DB07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07CC; }

 p { color: rgb(219,7,204); }

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

background-color css

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

 a { background-color: rgb(219,7,204); }

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

border-color css

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

 span { border-color: rgb(219,7,204); }

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