Html Css Color HEX #DA17D7 Deep Magenta

📋 copy color: '#DA17D7'

red 218 ◦ green 23 ◦ blue 215

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

Shades of Deep Magenta #DA17D7

Tints of Deep Magenta #DA17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 47.81%
G = 5.04%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA17D7 (or 0xDA17D7) is known color: Deep Magenta. HEX triplet: DA, 17 and D7. RGB value is (218,23,215). Sum of RGB (Red+Green+Blue) = 218+23+215=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17D7 is #25E828. Grayscale: #666666. Windows color (decimal): -2484265 or 14096346. OLE color: 14096346.

HSL color Cylindrical-coordinate representation of color #DA17D7: hue angle of 300.92º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA17D7 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 215 -
CMYK 0 0.89 0.01 0.15
HSL 300.92º 0.81% 0.47% -
HSV(B) 300.92º 0.89% 0.85% -
XYZ 41.49 20.42 66.05 -
YUV 103.19 191.1 209.89 -
System Red Green Blue C M Y K H S L
Decimal 218 23 215 0 0.89 0.01 0.15 300.92 0.81 0.47
Hex DA 17 D7 0 59 1 F 12D 51 2F
Octal 332 27 327 0 131 1 17 455 121 57
Binary 11011010 10111 11010111 0 1011001 1 1111 100101101 1010001 101111

Color Harmonies of #DA17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17D7

Black with #DA17D7

Text Example


Text Example

White with #DA17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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