Html Css Color HEX #DA19AD Spicy Pink

📋 copy color: '#DA19AD'

red 218 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #DA19AD

Tints of Spicy Pink #DA19AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.01%

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 52.4%
G = 6.01%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA19AD (or 0xDA19AD) is known color: Spicy Pink. HEX triplet: DA, 19 and AD. RGB value is (218,25,173). Sum of RGB (Red+Green+Blue) = 218+25+173=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19AD is #25E652. Grayscale: #636363. Windows color (decimal): -2483795 or 11344346. OLE color: 11344346.

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

Color convert

RGB 218 25 173 -
CMYK 0 0.89 0.21 0.15
HSL 313.99º 0.79% 0.48% -
HSV(B) 313.99º 0.89% 0.85% -
XYZ 36.8 18.62 41.19 -
YUV 99.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 218 25 173 0 0.89 0.21 0.15 313.99 0.79 0.48
Hex DA 19 AD 0 59 15 F 13A 4F 30
Octal 332 31 255 0 131 25 17 472 117 60
Binary 11011010 11001 10101101 0 1011001 10101 1111 100111010 1001111 110000

Color Harmonies of #DA19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19AD

Black with #DA19AD

Text Example


Text Example

White with #DA19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19AD; }

 p { color: rgb(218,25,173); }

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

background-color css

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

 a { background-color: rgb(218,25,173); }

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

border-color css

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

 span { border-color: rgb(218,25,173); }

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