Html Css Color HEX #DA28AD Spicy Pink

📋 copy color: '#DA28AD'

red 218 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #DA28AD

Tints of Spicy Pink #DA28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 50.58%
G = 9.28%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA28AD (or 0xDA28AD) is known color: Spicy Pink. HEX triplet: DA, 28 and AD. RGB value is (218,40,173). Sum of RGB (Red+Green+Blue) = 218+40+173=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28AD is #25D752. Grayscale: #6C6C6C. Windows color (decimal): -2479955 or 11348186. OLE color: 11348186.

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

Color convert

RGB 218 40 173 -
CMYK 0 0.82 0.21 0.15
HSL 315.17º 0.71% 0.51% -
HSV(B) 315.17º 0.82% 0.85% -
XYZ 37.22 19.44 41.33 -
YUV 108.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 218 40 173 0 0.82 0.21 0.15 315.17 0.71 0.51
Hex DA 28 AD 0 52 15 F 13B 47 33
Octal 332 50 255 0 122 25 17 473 107 63
Binary 11011010 101000 10101101 0 1010010 10101 1111 100111011 1000111 110011

Color Harmonies of #DA28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA28AD

Black with #DA28AD

Text Example


Text Example

White with #DA28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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