Html Css Color HEX #DB06C9 Deep Magenta

📋 copy color: '#DB06C9'

red 219 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #DB06C9

Tints of Deep Magenta #DB06C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 51.41%
G = 1.41%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB06C9 (or 0xDB06C9) is known color: Deep Magenta. HEX triplet: DB, 06 and C9. RGB value is (219,6,201). Sum of RGB (Red+Green+Blue) = 219+6+201=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06C9 is #24F936. Grayscale: #5B5B5B. Windows color (decimal): -2423095 or 13174491. OLE color: 13174491.

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

Color convert

RGB 219 6 201 -
CMYK 0 0.97 0.08 0.14
HSL 305.07º 0.95% 0.44% -
HSV(B) 305.07º 0.97% 0.86% -
XYZ 39.82 19.41 56.91 -
YUV 91.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 219 6 201 0 0.97 0.08 0.14 305.07 0.95 0.44
Hex DB 6 C9 0 61 8 E 131 5F 2C
Octal 333 6 311 0 141 10 16 461 137 54
Binary 11011011 110 11001001 0 1100001 1000 1110 100110001 1011111 101100

Color Harmonies of #DB06C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06C9

Black with #DB06C9

Text Example


Text Example

White with #DB06C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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