Html Css Color HEX #DB09CE Deep Magenta

📋 copy color: '#DB09CE'

red 219 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #DB09CE

Tints of Deep Magenta #DB09CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 50.46%
G = 2.07%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB09CE (or 0xDB09CE) is known color: Deep Magenta. HEX triplet: DB, 09 and CE. RGB value is (219,9,206). Sum of RGB (Red+Green+Blue) = 219+9+206=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09CE is #24F631. Grayscale: #5D5D5D. Windows color (decimal): -2422322 or 13502939. OLE color: 13502939.

HSL color Cylindrical-coordinate representation of color #DB09CE: hue angle of 303.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 #DB09CE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 206 -
CMYK 0 0.96 0.06 0.14
HSL 303.71º 0.92% 0.45% -
HSV(B) 303.71º 0.96% 0.86% -
XYZ 40.45 19.71 60.07 -
YUV 94.25 191.07 216.98 -
System Red Green Blue C M Y K H S L
Decimal 219 9 206 0 0.96 0.06 0.14 303.71 0.92 0.45
Hex DB 9 CE 0 60 6 E 130 5C 2D
Octal 333 11 316 0 140 6 16 460 134 55
Binary 11011011 1001 11001110 0 1100000 110 1110 100110000 1011100 101101

Color Harmonies of #DB09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09CE

Black with #DB09CE

Text Example


Text Example

White with #DB09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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