Html Css Color HEX #DF00DD Deep Magenta

📋 copy color: '#DF00DD'

red 223 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #DF00DD

Tints of Deep Magenta #DF00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 50.23%
G = 0%
B = 49.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF00DD (or 0xDF00DD) is known color: Deep Magenta. HEX triplet: DF, 00 and DD. RGB value is (223,0,221). Sum of RGB (Red+Green+Blue) = 223+0+221=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00DD is #20FF22. Grayscale: #5B5B5B. Windows color (decimal): -2162467 or 14483679. OLE color: 14483679.

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

Color convert

RGB 223 0 221 -
CMYK 0 1 0.01 0.13
HSL 300.54º 1% 0.44% -
HSV(B) 300.54º 1% 0.87% -
XYZ 43.48 20.91 70.15 -
YUV 91.87 200.88 221.53 -
System Red Green Blue C M Y K H S L
Decimal 223 0 221 0 1 0.01 0.13 300.54 1 0.44
Hex DF 0 DD 0 64 1 D 12D 64 2C
Octal 337 0 335 0 144 1 15 455 144 54
Binary 11011111 0 11011101 0 1100100 1 1101 100101101 1100100 101100

Color Harmonies of #DF00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00DD

Black with #DF00DD

Text Example


Text Example

White with #DF00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00DD; }

 p { color: rgb(223,0,221); }

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

background-color css

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

 a { background-color: rgb(223,0,221); }

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

border-color css

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

 span { border-color: rgb(223,0,221); }

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