Html Css Color HEX #DA17C5 Deep Magenta

📋 copy color: '#DA17C5'

red 218 ◦ green 23 ◦ blue 197

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

Shades of Deep Magenta #DA17C5

Tints of Deep Magenta #DA17C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 49.77%
G = 5.25%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA17C5 (or 0xDA17C5) is known color: Deep Magenta. HEX triplet: DA, 17 and C5. RGB value is (218,23,197). Sum of RGB (Red+Green+Blue) = 218+23+197=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17C5 is #25E83A. Grayscale: #646464. Windows color (decimal): -2484283 or 12916698. OLE color: 12916698.

HSL color Cylindrical-coordinate representation of color #DA17C5: hue angle of 306.46º 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 #DA17C5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 197 -
CMYK 0 0.89 0.10 0.15
HSL 306.46º 0.81% 0.47% -
HSV(B) 306.46º 0.89% 0.85% -
XYZ 39.3 19.55 54.53 -
YUV 101.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 218 23 197 0 0.89 0.10 0.15 306.46 0.81 0.47
Hex DA 17 C5 0 59 A F 132 51 2F
Octal 332 27 305 0 131 12 17 462 121 57
Binary 11011010 10111 11000101 0 1011001 1010 1111 100110010 1010001 101111

Color Harmonies of #DA17C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17C5

Black with #DA17C5

Text Example


Text Example

White with #DA17C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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