Html Css Color HEX #DA17CA Deep Magenta

📋 copy color: '#DA17CA'

red 218 ◦ green 23 ◦ blue 202

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

Shades of Deep Magenta #DA17CA

Tints of Deep Magenta #DA17CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 49.21%
G = 5.19%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA17CA (or 0xDA17CA) is known color: Deep Magenta. HEX triplet: DA, 17 and CA. RGB value is (218,23,202). Sum of RGB (Red+Green+Blue) = 218+23+202=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CA is #25E835. Grayscale: #656565. Windows color (decimal): -2484278 or 13244378. OLE color: 13244378.

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

Color convert

RGB 218 23 202 -
CMYK 0 0.89 0.07 0.15
HSL 304.92º 0.81% 0.47% -
HSV(B) 304.92º 0.89% 0.85% -
XYZ 39.88 19.78 57.59 -
YUV 101.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 218 23 202 0 0.89 0.07 0.15 304.92 0.81 0.47
Hex DA 17 CA 0 59 7 F 131 51 2F
Octal 332 27 312 0 131 7 17 461 121 57
Binary 11011010 10111 11001010 0 1011001 111 1111 100110001 1010001 101111

Color Harmonies of #DA17CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17CA

Black with #DA17CA

Text Example


Text Example

White with #DA17CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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