Html Css Color HEX #DA17DF Deep Magenta

📋 copy color: '#DA17DF'

red 218 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #DA17DF

Tints of Deep Magenta #DA17DF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA17DF (or 0xDA17DF) is known color: Deep Magenta. HEX triplet: DA, 17 and DF. RGB value is (218,23,223). Sum of RGB (Red+Green+Blue) = 218+23+223=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17DF is #25E820. Grayscale: #676767. Windows color (decimal): -2484257 or 14620634. OLE color: 14620634.

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

Color convert

RGB 218 23 223 -
CMYK 0.02 0.90 0 0.13
HSL 298.5º 0.81% 0.48% -
HSV(B) 298.5º 0.9% 0.87% -
XYZ 42.54 20.85 71.59 -
YUV 104.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 218 23 223 0.02 0.90 0 0.13 298.5 0.81 0.48
Hex DA 17 DF 2 5A 0 D 12A 51 30
Octal 332 27 337 2 132 0 15 452 121 60
Binary 11011010 10111 11011111 10 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #DA17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17DF

Black with #DA17DF

Text Example


Text Example

White with #DA17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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