Html Css Color HEX #DA29AD Spicy Pink

📋 copy color: '#DA29AD'

red 218 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DA29AD

Tints of Spicy Pink #DA29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.49%

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

R = 50.46%
G = 9.49%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA29AD (or 0xDA29AD) is known color: Spicy Pink. HEX triplet: DA, 29 and AD. RGB value is (218,41,173). Sum of RGB (Red+Green+Blue) = 218+41+173=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29AD is #25D652. Grayscale: #6C6C6C. Windows color (decimal): -2479699 or 11348442. OLE color: 11348442.

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

Color convert

RGB 218 41 173 -
CMYK 0 0.81 0.21 0.15
HSL 315.25º 0.71% 0.51% -
HSV(B) 315.25º 0.81% 0.85% -
XYZ 37.25 19.51 41.34 -
YUV 108.97 164.14 205.77 -
System Red Green Blue C M Y K H S L
Decimal 218 41 173 0 0.81 0.21 0.15 315.25 0.71 0.51
Hex DA 29 AD 0 51 15 F 13B 47 33
Octal 332 51 255 0 121 25 17 473 107 63
Binary 11011010 101001 10101101 0 1010001 10101 1111 100111011 1000111 110011

Color Harmonies of #DA29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29AD

Black with #DA29AD

Text Example


Text Example

White with #DA29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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