Html Css Color HEX #DF01DD Deep Magenta

📋 copy color: '#DF01DD'

red 223 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #DF01DD

Tints of Deep Magenta #DF01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.11%
G = 0.22%
B = 49.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF01DD (or 0xDF01DD) is known color: Deep Magenta. HEX triplet: DF, 01 and DD. RGB value is (223,1,221). Sum of RGB (Red+Green+Blue) = 223+1+221=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01DD is #20FE22. Grayscale: #5B5B5B. Windows color (decimal): -2162211 or 14483935. OLE color: 14483935.

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

Color convert

RGB 223 1 221 -
CMYK 0 1.00 0.01 0.13
HSL 300.54º 0.99% 0.44% -
HSV(B) 300.54º 1% 0.87% -
XYZ 43.49 20.93 70.15 -
YUV 92.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 223 1 221 0 1.00 0.01 0.13 300.54 0.99 0.44
Hex DF 1 DD 0 64 1 D 12D 63 2C
Octal 337 1 335 0 144 1 15 455 143 54
Binary 11011111 1 11011101 0 1100100 1 1101 100101101 1100011 101100

Color Harmonies of #DF01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01DD

Black with #DF01DD

Text Example


Text Example

White with #DF01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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