Html Css Color HEX #DB09CD Deep Magenta

📋 copy color: '#DB09CD'

red 219 ◦ green 9 ◦ blue 205

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

Shades of Deep Magenta #DB09CD

Tints of Deep Magenta #DB09CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 50.58%
G = 2.08%
B = 47.34%

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

#DB09CD (or 0xDB09CD) is known color: Deep Magenta. HEX triplet: DB, 09 and CD. RGB value is (219,9,205). Sum of RGB (Red+Green+Blue) = 219+9+205=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09CD is #24F632. Grayscale: #5D5D5D. Windows color (decimal): -2422323 or 13437403. OLE color: 13437403.

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

Color convert

RGB 219 9 205 -
CMYK 0 0.96 0.06 0.14
HSL 304º 0.92% 0.45% -
HSV(B) 304º 0.96% 0.86% -
XYZ 40.33 19.66 59.43 -
YUV 94.13 190.57 217.06 -
System Red Green Blue C M Y K H S L
Decimal 219 9 205 0 0.96 0.06 0.14 304 0.92 0.45
Hex DB 9 CD 0 60 6 E 130 5C 2D
Octal 333 11 315 0 140 6 16 460 134 55
Binary 11011011 1001 11001101 0 1100000 110 1110 100110000 1011100 101101

Color Harmonies of #DB09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09CD

Black with #DB09CD

Text Example


Text Example

White with #DB09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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