Html Css Color HEX #DE10DB Deep Magenta

📋 copy color: '#DE10DB'

red 222 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #DE10DB

Tints of Deep Magenta #DE10DB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE10DB (or 0xDE10DB) is known color: Deep Magenta. HEX triplet: DE, 10 and DB. RGB value is (222,16,219). Sum of RGB (Red+Green+Blue) = 222+16+219=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10DB is #21EF24. Grayscale: #646464. Windows color (decimal): -2223909 or 14356702. OLE color: 14356702.

HSL color Cylindrical-coordinate representation of color #DE10DB: hue angle of 300.87º 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 #DE10DB is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 16 219 -
CMYK 0 0.93 0.01 0.13
HSL 300.87º 0.87% 0.47% -
HSV(B) 300.87º 0.93% 0.87% -
XYZ 43.1 21.01 68.8 -
YUV 100.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 222 16 219 0 0.93 0.01 0.13 300.87 0.87 0.47
Hex DE 10 DB 0 5D 1 D 12D 57 2F
Octal 336 20 333 0 135 1 15 455 127 57
Binary 11011110 10000 11011011 0 1011101 1 1101 100101101 1010111 101111

Color Harmonies of #DE10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10DB

Black with #DE10DB

Text Example


Text Example

White with #DE10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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