Html Css Color HEX #DF29AD Spicy Pink

📋 copy color: '#DF29AD'

red 223 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DF29AD

Tints of Spicy Pink #DF29AD

RGB

 RED value IS 223 (87.5% from 255) = 51.03%

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

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

R = 51.03%
G = 9.38%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF29AD (or 0xDF29AD) is known color: Spicy Pink. HEX triplet: DF, 29 and AD. RGB value is (223,41,173). Sum of RGB (Red+Green+Blue) = 223+41+173=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29AD is #20D652. Grayscale: #6E6E6E. Windows color (decimal): -2152019 or 11348447. OLE color: 11348447.

HSL color Cylindrical-coordinate representation of color #DF29AD: hue angle of 316.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29AD is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 173 -
CMYK 0 0.82 0.22 0.13
HSL 316.48º 0.74% 0.52% -
HSV(B) 316.48º 0.82% 0.87% -
XYZ 38.77 20.29 41.41 -
YUV 110.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 223 41 173 0 0.82 0.22 0.13 316.48 0.74 0.52
Hex DF 29 AD 0 52 16 D 13C 4A 34
Octal 337 51 255 0 122 26 15 474 112 64
Binary 11011111 101001 10101101 0 1010010 10110 1101 100111100 1001010 110100

Color Harmonies of #DF29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29AD

Black with #DF29AD

Text Example


Text Example

White with #DF29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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