Html Css Color HEX #DB15DE Deep Magenta

📋 copy color: '#DB15DE'

red 219 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #DB15DE

Tints of Deep Magenta #DB15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 47.4%
G = 4.55%
B = 48.05%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB15DE (or 0xDB15DE) is known color: Deep Magenta. HEX triplet: DB, 15 and DE. RGB value is (219,21,222). Sum of RGB (Red+Green+Blue) = 219+21+222=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB15DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15DE is #24EA21. Grayscale: #666666. Windows color (decimal): -2419234 or 14554587. OLE color: 14554587.

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

Color convert

RGB 219 21 222 -
CMYK 0.01 0.91 0 0.13
HSL 299.1º 0.83% 0.48% -
HSV(B) 299.1º 0.91% 0.87% -
XYZ 42.67 20.87 70.89 -
YUV 103.12 195.1 210.66 -
System Red Green Blue C M Y K H S L
Decimal 219 21 222 0.01 0.91 0 0.13 299.1 0.83 0.48
Hex DB 15 DE 1 5B 0 D 12B 53 30
Octal 333 25 336 1 133 0 15 453 123 60
Binary 11011011 10101 11011110 1 1011011 0 1101 100101011 1010011 110000

Color Harmonies of #DB15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15DE

Black with #DB15DE

Text Example


Text Example

White with #DB15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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