Html Css Color HEX #D924AD Spicy Pink

📋 copy color: '#D924AD'

red 217 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #D924AD

Tints of Spicy Pink #D924AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.45%

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

R = 50.94%
G = 8.45%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D924AD (or 0xD924AD) is known color: Spicy Pink. HEX triplet: D9, 24 and AD. RGB value is (217,36,173). Sum of RGB (Red+Green+Blue) = 217+36+173=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D924AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D924AD is #26DB52. Grayscale: #696969. Windows color (decimal): -2546515 or 11347161. OLE color: 11347161.

HSL color Cylindrical-coordinate representation of color #D924AD: hue angle of 314.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D924AD is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 173 -
CMYK 0 0.83 0.20 0.15
HSL 314.59º 0.72% 0.5% -
HSV(B) 314.59º 0.83% 0.85% -
XYZ 36.79 19.03 41.27 -
YUV 105.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 217 36 173 0 0.83 0.20 0.15 314.59 0.72 0.5
Hex D9 24 AD 0 53 14 F 13B 48 32
Octal 331 44 255 0 123 24 17 473 110 62
Binary 11011001 100100 10101101 0 1010011 10100 1111 100111011 1001000 110010

Color Harmonies of #D924AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D924AD

Black with #D924AD

Text Example


Text Example

White with #D924AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D924AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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