Html Css Color HEX #DA17DC Deep Magenta

📋 copy color: '#DA17DC'

red 218 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #DA17DC

Tints of Deep Magenta #DA17DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 47.29%
G = 4.99%
B = 47.72%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA17DC (or 0xDA17DC) is known color: Deep Magenta. HEX triplet: DA, 17 and DC. RGB value is (218,23,220). Sum of RGB (Red+Green+Blue) = 218+23+220=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17DC is #25E823. Grayscale: #676767. Windows color (decimal): -2484260 or 14424026. OLE color: 14424026.

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

Color convert

RGB 218 23 220 -
CMYK 0.01 0.90 0 0.14
HSL 299.39º 0.81% 0.48% -
HSV(B) 299.39º 0.9% 0.86% -
XYZ 42.14 20.69 69.48 -
YUV 103.76 193.6 209.48 -
System Red Green Blue C M Y K H S L
Decimal 218 23 220 0.01 0.90 0 0.14 299.39 0.81 0.48
Hex DA 17 DC 1 5A 0 E 12B 51 30
Octal 332 27 334 1 132 0 16 453 121 60
Binary 11011010 10111 11011100 1 1011010 0 1110 100101011 1010001 110000

Color Harmonies of #DA17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17DC

Black with #DA17DC

Text Example


Text Example

White with #DA17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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