Html Css Color HEX #DF00CE Deep Magenta

📋 copy color: '#DF00CE'

red 223 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #DF00CE

Tints of Deep Magenta #DF00CE

RGB

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

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

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

R = 51.98%
G = 0%
B = 48.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF00CE (or 0xDF00CE) is known color: Deep Magenta. HEX triplet: DF, 00 and CE. RGB value is (223,0,206). Sum of RGB (Red+Green+Blue) = 223+0+206=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00CE is #20FF31. Grayscale: #595959. Windows color (decimal): -2162482 or 13500639. OLE color: 13500639.

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

Color convert

RGB 223 0 206 -
CMYK 0 1 0.08 0.13
HSL 304.57º 1% 0.44% -
HSV(B) 304.57º 1% 0.87% -
XYZ 41.57 20.14 60.09 -
YUV 90.16 193.38 222.75 -
System Red Green Blue C M Y K H S L
Decimal 223 0 206 0 1 0.08 0.13 304.57 1 0.44
Hex DF 0 CE 0 64 8 D 131 64 2C
Octal 337 0 316 0 144 10 15 461 144 54
Binary 11011111 0 11001110 0 1100100 1000 1101 100110001 1100100 101100

Color Harmonies of #DF00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00CE

Black with #DF00CE

Text Example


Text Example

White with #DF00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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