Html Css Color HEX #DB10DE Deep Magenta

📋 copy color: '#DB10DE'

red 219 ◦ green 16 ◦ blue 222

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

Shades of Deep Magenta #DB10DE

Tints of Deep Magenta #DB10DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

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

R = 47.92%
G = 3.5%
B = 48.58%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB10DE (or 0xDB10DE) is known color: Deep Magenta. HEX triplet: DB, 10 and DE. RGB value is (219,16,222). Sum of RGB (Red+Green+Blue) = 219+16+222=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10DE is #24EF21. Grayscale: #636363. Windows color (decimal): -2420514 or 14553307. OLE color: 14553307.

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

Color convert

RGB 219 16 222 -
CMYK 0.01 0.93 0 0.13
HSL 299.13º 0.87% 0.47% -
HSV(B) 299.13º 0.93% 0.87% -
XYZ 42.58 20.7 70.86 -
YUV 100.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 219 16 222 0.01 0.93 0 0.13 299.13 0.87 0.47
Hex DB 10 DE 1 5D 0 D 12B 57 2F
Octal 333 20 336 1 135 0 15 453 127 57
Binary 11011011 10000 11011110 1 1011101 0 1101 100101011 1010111 101111

Color Harmonies of #DB10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10DE

Black with #DB10DE

Text Example


Text Example

White with #DB10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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