Html Css Color HEX #DE09DE Deep Magenta

📋 copy color: '#DE09DE'

red 222 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #DE09DE

Tints of Deep Magenta #DE09DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

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

R = 49.01%
G = 1.99%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE09DE (or 0xDE09DE) is known color: Deep Magenta. HEX triplet: DE, 09 and DE. RGB value is (222,9,222). Sum of RGB (Red+Green+Blue) = 222+9+222=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE09DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09DE is #21F621. Grayscale: #606060. Windows color (decimal): -2225698 or 14551518. OLE color: 14551518.

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

Color convert

RGB 222 9 222 -
CMYK 0 0.96 0 0.13
HSL 300º 0.92% 0.45% -
HSV(B) 300º 0.96% 0.87% -
XYZ 43.41 21 70.87 -
YUV 96.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 222 9 222 0 0.96 0 0.13 300 0.92 0.45
Hex DE 9 DE 0 60 0 D 12C 5C 2D
Octal 336 11 336 0 140 0 15 454 134 55
Binary 11011110 1001 11011110 0 1100000 0 1101 100101100 1011100 101101

Color Harmonies of #DE09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09DE

Black with #DE09DE

Text Example


Text Example

White with #DE09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09DE; }

 p { color: rgb(222,9,222); }

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

background-color css

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

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

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

border-color css

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

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

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