Html Css Color HEX #DF01CE Deep Magenta

📋 copy color: '#DF01CE'

red 223 ◦ green 1 ◦ blue 206

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

Shades of Deep Magenta #DF01CE

Tints of Deep Magenta #DF01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 51.86%
G = 0.23%
B = 47.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF01CE (or 0xDF01CE) is known color: Deep Magenta. HEX triplet: DF, 01 and CE. RGB value is (223,1,206). Sum of RGB (Red+Green+Blue) = 223+1+206=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01CE is #20FE31. Grayscale: #5A5A5A. Windows color (decimal): -2162226 or 13500895. OLE color: 13500895.

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

Color convert

RGB 223 1 206 -
CMYK 0 1.00 0.08 0.13
HSL 304.59º 0.99% 0.44% -
HSV(B) 304.59º 1% 0.87% -
XYZ 41.58 20.17 60.09 -
YUV 90.75 193.05 222.33 -
System Red Green Blue C M Y K H S L
Decimal 223 1 206 0 1.00 0.08 0.13 304.59 0.99 0.44
Hex DF 1 CE 0 64 8 D 131 63 2C
Octal 337 1 316 0 144 10 15 461 143 54
Binary 11011111 1 11001110 0 1100100 1000 1101 100110001 1100011 101100

Color Harmonies of #DF01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01CE

Black with #DF01CE

Text Example


Text Example

White with #DF01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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