Html Css Color HEX #DF17CF Deep Magenta

📋 copy color: '#DF17CF'

red 223 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #DF17CF

Tints of Deep Magenta #DF17CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.08%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 49.23%
G = 5.08%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF17CF (or 0xDF17CF) is known color: Deep Magenta. HEX triplet: DF, 17 and CF. RGB value is (223,23,207). Sum of RGB (Red+Green+Blue) = 223+23+207=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17CF is #20E830. Grayscale: #676767. Windows color (decimal): -2156593 or 13572063. OLE color: 13572063.

HSL color Cylindrical-coordinate representation of color #DF17CF: hue angle of 304.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17CF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 207 -
CMYK 0 0.90 0.07 0.13
HSL 304.8º 0.81% 0.48% -
HSV(B) 304.8º 0.9% 0.87% -
XYZ 42 20.81 60.83 -
YUV 103.78 186.26 213.04 -
System Red Green Blue C M Y K H S L
Decimal 223 23 207 0 0.90 0.07 0.13 304.8 0.81 0.48
Hex DF 17 CF 0 5A 7 D 131 51 30
Octal 337 27 317 0 132 7 15 461 121 60
Binary 11011111 10111 11001111 0 1011010 111 1101 100110001 1010001 110000

Color Harmonies of #DF17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF17CF

Black with #DF17CF

Text Example


Text Example

White with #DF17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF17CF; }

 p { color: rgb(223,23,207); }

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

background-color css

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

 a { background-color: rgb(223,23,207); }

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

border-color css

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

 span { border-color: rgb(223,23,207); }

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