Html Css Color HEX #DB09C7 Deep Magenta

📋 copy color: '#DB09C7'

red 219 ◦ green 9 ◦ blue 199

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

Shades of Deep Magenta #DB09C7

Tints of Deep Magenta #DB09C7

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.11%

 BLUE value IS 199 (78.13% from 255) = 46.6%

R = 51.29%
G = 2.11%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB09C7 (or 0xDB09C7) is known color: Deep Magenta. HEX triplet: DB, 09 and C7. RGB value is (219,9,199). Sum of RGB (Red+Green+Blue) = 219+9+199=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09C7 is #24F638. Grayscale: #5C5C5C. Windows color (decimal): -2422329 or 13044187. OLE color: 13044187.

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

Color convert

RGB 219 9 199 -
CMYK 0 0.96 0.09 0.14
HSL 305.71º 0.92% 0.45% -
HSV(B) 305.71º 0.96% 0.86% -
XYZ 39.62 19.38 55.69 -
YUV 93.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 219 9 199 0 0.96 0.09 0.14 305.71 0.92 0.45
Hex DB 9 C7 0 60 9 E 132 5C 2D
Octal 333 11 307 0 140 11 16 462 134 55
Binary 11011011 1001 11000111 0 1100000 1001 1110 100110010 1011100 101101

Color Harmonies of #DB09C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09C7

Black with #DB09C7

Text Example


Text Example

White with #DB09C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09C7; }

 p { color: rgb(219,9,199); }

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

background-color css

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

 a { background-color: rgb(219,9,199); }

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

border-color css

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

 span { border-color: rgb(219,9,199); }

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