Html Css Color HEX #DB09CF Deep Magenta

📋 copy color: '#DB09CF'

red 219 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #DB09CF

Tints of Deep Magenta #DB09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 50.34%
G = 2.07%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB09CF (or 0xDB09CF) is known color: Deep Magenta. HEX triplet: DB, 09 and CF. RGB value is (219,9,207). Sum of RGB (Red+Green+Blue) = 219+9+207=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09CF is #24F630. Grayscale: #5D5D5D. Windows color (decimal): -2422321 or 13568475. OLE color: 13568475.

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

Color convert

RGB 219 9 207 -
CMYK 0 0.96 0.05 0.14
HSL 303.43º 0.92% 0.45% -
HSV(B) 303.43º 0.96% 0.86% -
XYZ 40.57 19.76 60.71 -
YUV 94.36 191.57 216.9 -
System Red Green Blue C M Y K H S L
Decimal 219 9 207 0 0.96 0.05 0.14 303.43 0.92 0.45
Hex DB 9 CF 0 60 5 E 12F 5C 2D
Octal 333 11 317 0 140 5 16 457 134 55
Binary 11011011 1001 11001111 0 1100000 101 1110 100101111 1011100 101101

Color Harmonies of #DB09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB09CF

Black with #DB09CF

Text Example


Text Example

White with #DB09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB09CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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