Html Css Color HEX #DA17DE Deep Magenta

📋 copy color: '#DA17DE'

red 218 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #DA17DE

Tints of Deep Magenta #DA17DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 47.08%
G = 4.97%
B = 47.95%

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

#DA17DE (or 0xDA17DE) is known color: Deep Magenta. HEX triplet: DA, 17 and DE. RGB value is (218,23,222). Sum of RGB (Red+Green+Blue) = 218+23+222=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17DE is #25E821. Grayscale: #676767. Windows color (decimal): -2484258 or 14555098. OLE color: 14555098.

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

Color convert

RGB 218 23 222 -
CMYK 0.02 0.90 0 0.13
HSL 298.79º 0.81% 0.48% -
HSV(B) 298.79º 0.9% 0.87% -
XYZ 42.4 20.79 70.89 -
YUV 103.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 218 23 222 0.02 0.90 0 0.13 298.79 0.81 0.48
Hex DA 17 DE 2 5A 0 D 12B 51 30
Octal 332 27 336 2 132 0 15 453 121 60
Binary 11011010 10111 11011110 10 1011010 0 1101 100101011 1010001 110000

Color Harmonies of #DA17DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17DE

Black with #DA17DE

Text Example


Text Example

White with #DA17DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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