Html Css Color HEX #DF06DE Deep Magenta

📋 copy color: '#DF06DE'

red 223 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #DF06DE

Tints of Deep Magenta #DF06DE

RGB

 RED value IS 223 (87.5% from 255) = 49.45%

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

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

R = 49.45%
G = 1.33%
B = 49.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF06DE (or 0xDF06DE) is known color: Deep Magenta. HEX triplet: DF, 06 and DE. RGB value is (223,6,222). Sum of RGB (Red+Green+Blue) = 223+6+222=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06DE is #20F921. Grayscale: #5E5E5E. Windows color (decimal): -2160930 or 14550751. OLE color: 14550751.

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

Color convert

RGB 223 6 222 -
CMYK 0 0.97 0.00 0.13
HSL 300.28º 0.95% 0.45% -
HSV(B) 300.28º 0.97% 0.87% -
XYZ 43.68 21.09 70.88 -
YUV 95.51 199.39 218.94 -
System Red Green Blue C M Y K H S L
Decimal 223 6 222 0 0.97 0.00 0.13 300.28 0.95 0.45
Hex DF 6 DE 0 61 0 D 12C 5F 2D
Octal 337 6 336 0 141 0 15 454 137 55
Binary 11011111 110 11011110 0 1100001 0 1101 100101100 1011111 101101

Color Harmonies of #DF06DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF06DE

Black with #DF06DE

Text Example


Text Example

White with #DF06DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF06DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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