Html Css Color HEX #D929AD Spicy Pink

📋 copy color: '#D929AD'

red 217 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #D929AD

Tints of Spicy Pink #D929AD

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

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

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

R = 50.35%
G = 9.51%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D929AD (or 0xD929AD) is known color: Spicy Pink. HEX triplet: D9, 29 and AD. RGB value is (217,41,173). Sum of RGB (Red+Green+Blue) = 217+41+173=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D929AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929AD is #26D652. Grayscale: #6C6C6C. Windows color (decimal): -2545235 or 11348441. OLE color: 11348441.

HSL color Cylindrical-coordinate representation of color #D929AD: hue angle of 315º degrees, saturation: 0.7, 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 #D929AD is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 173 -
CMYK 0 0.81 0.20 0.15
HSL 315º 0.7% 0.51% -
HSV(B) 315º 0.81% 0.85% -
XYZ 36.95 19.35 41.32 -
YUV 108.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 217 41 173 0 0.81 0.20 0.15 315 0.7 0.51
Hex D9 29 AD 0 51 14 F 13B 46 33
Octal 331 51 255 0 121 24 17 473 106 63
Binary 11011001 101001 10101101 0 1010001 10100 1111 100111011 1000110 110011

Color Harmonies of #D929AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D929AD

Black with #D929AD

Text Example


Text Example

White with #D929AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D929AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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