Html Css Color HEX #DE06DE Deep Magenta

📋 copy color: '#DE06DE'

red 222 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #DE06DE

Tints of Deep Magenta #DE06DE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 49.33%
G = 1.33%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE06DE (or 0xDE06DE) is known color: Deep Magenta. HEX triplet: DE, 06 and DE. RGB value is (222,6,222). Sum of RGB (Red+Green+Blue) = 222+6+222=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE06DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE06DE is #21F921. Grayscale: #5E5E5E. Windows color (decimal): -2226466 or 14550750. OLE color: 14550750.

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

Color convert

RGB 222 6 222 -
CMYK 0 0.97 0 0.13
HSL 300º 0.95% 0.45% -
HSV(B) 300º 0.97% 0.87% -
XYZ 43.37 20.93 70.86 -
YUV 95.21 199.56 218.44 -
System Red Green Blue C M Y K H S L
Decimal 222 6 222 0 0.97 0 0.13 300 0.95 0.45
Hex DE 6 DE 0 61 0 D 12C 5F 2D
Octal 336 6 336 0 141 0 15 454 137 55
Binary 11011110 110 11011110 0 1100001 0 1101 100101100 1011111 101101

Color Harmonies of #DE06DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE06DE

Black with #DE06DE

Text Example


Text Example

White with #DE06DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE06DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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