Html Css Color HEX #DF17DA Deep Magenta

📋 copy color: '#DF17DA'

red 223 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #DF17DA

Tints of Deep Magenta #DF17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 48.06%
G = 4.96%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF17DA (or 0xDF17DA) is known color: Deep Magenta. HEX triplet: DF, 17 and DA. RGB value is (223,23,218). Sum of RGB (Red+Green+Blue) = 223+23+218=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17DA is #20E825. Grayscale: #686868. Windows color (decimal): -2156582 or 14292959. OLE color: 14292959.

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

Color convert

RGB 223 23 218 -
CMYK 0 0.90 0.02 0.13
HSL 301.5º 0.81% 0.48% -
HSV(B) 301.5º 0.9% 0.87% -
XYZ 43.39 21.36 68.17 -
YUV 105.03 191.76 212.14 -
System Red Green Blue C M Y K H S L
Decimal 223 23 218 0 0.90 0.02 0.13 301.5 0.81 0.48
Hex DF 17 DA 0 5A 2 D 12E 51 30
Octal 337 27 332 0 132 2 15 456 121 60
Binary 11011111 10111 11011010 0 1011010 10 1101 100101110 1010001 110000

Color Harmonies of #DF17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF17DA

Black with #DF17DA

Text Example


Text Example

White with #DF17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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