Html Css Color HEX #D921AD Spicy Pink

📋 copy color: '#D921AD'

red 217 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #D921AD

Tints of Spicy Pink #D921AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

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

R = 51.3%
G = 7.8%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D921AD (or 0xD921AD) is known color: Spicy Pink. HEX triplet: D9, 21 and AD. RGB value is (217,33,173). Sum of RGB (Red+Green+Blue) = 217+33+173=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D921AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921AD is #26DE52. Grayscale: #676767. Windows color (decimal): -2547283 or 11346393. OLE color: 11346393.

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

Color convert

RGB 217 33 173 -
CMYK 0 0.85 0.20 0.15
HSL 314.35º 0.74% 0.49% -
HSV(B) 314.35º 0.85% 0.85% -
XYZ 36.7 18.86 41.24 -
YUV 103.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 217 33 173 0 0.85 0.20 0.15 314.35 0.74 0.49
Hex D9 21 AD 0 55 14 F 13A 4A 31
Octal 331 41 255 0 125 24 17 472 112 61
Binary 11011001 100001 10101101 0 1010101 10100 1111 100111010 1001010 110001

Color Harmonies of #D921AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D921AD

Black with #D921AD

Text Example


Text Example

White with #D921AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D921AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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