Html Css Color HEX #DB07DD Deep Magenta

📋 copy color: '#DB07DD'

red 219 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #DB07DD

Tints of Deep Magenta #DB07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 48.99%
G = 1.57%
B = 49.44%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB07DD (or 0xDB07DD) is known color: Deep Magenta. HEX triplet: DB, 07 and DD. RGB value is (219,7,221). Sum of RGB (Red+Green+Blue) = 219+7+221=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07DD is #24F822. Grayscale: #5E5E5E. Windows color (decimal): -2422819 or 14485467. OLE color: 14485467.

HSL color Cylindrical-coordinate representation of color #DB07DD: hue angle of 299.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07DD is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 7 221 -
CMYK 0.01 0.97 0 0.13
HSL 299.44º 0.94% 0.45% -
HSV(B) 299.44º 0.97% 0.87% -
XYZ 42.34 20.43 70.12 -
YUV 94.78 199.24 216.6 -
System Red Green Blue C M Y K H S L
Decimal 219 7 221 0.01 0.97 0 0.13 299.44 0.94 0.45
Hex DB 7 DD 1 61 0 D 12B 5E 2D
Octal 333 7 335 1 141 0 15 453 136 55
Binary 11011011 111 11011101 1 1100001 0 1101 100101011 1011110 101101

Color Harmonies of #DB07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07DD

Black with #DB07DD

Text Example


Text Example

White with #DB07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07DD; }

 p { color: rgb(219,7,221); }

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

background-color css

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

 a { background-color: rgb(219,7,221); }

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

border-color css

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

 span { border-color: rgb(219,7,221); }

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