Html Css Color HEX #DB15DD Deep Magenta

📋 copy color: '#DB15DD'

red 219 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #DB15DD

Tints of Deep Magenta #DB15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 47.51%
G = 4.56%
B = 47.94%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB15DD (or 0xDB15DD) is known color: Deep Magenta. HEX triplet: DB, 15 and DD. RGB value is (219,21,221). Sum of RGB (Red+Green+Blue) = 219+21+221=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15DD is #24EA22. Grayscale: #666666. Windows color (decimal): -2419235 or 14489051. OLE color: 14489051.

HSL color Cylindrical-coordinate representation of color #DB15DD: hue angle of 299.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15DD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 21 221 -
CMYK 0.01 0.90 0 0.13
HSL 299.4º 0.83% 0.47% -
HSV(B) 299.4º 0.9% 0.87% -
XYZ 42.53 20.82 70.18 -
YUV 103 194.6 210.74 -
System Red Green Blue C M Y K H S L
Decimal 219 21 221 0.01 0.90 0 0.13 299.4 0.83 0.47
Hex DB 15 DD 1 5A 0 D 12B 53 2F
Octal 333 25 335 1 132 0 15 453 123 57
Binary 11011011 10101 11011101 1 1011010 0 1101 100101011 1010011 101111

Color Harmonies of #DB15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15DD

Black with #DB15DD

Text Example


Text Example

White with #DB15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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