Html Css Color HEX #D921AA Spicy Pink

📋 copy color: '#D921AA'

red 217 ◦ green 33 ◦ blue 170

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

Shades of Spicy Pink #D921AA

Tints of Spicy Pink #D921AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 51.67%
G = 7.86%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D921AA (or 0xD921AA) is known color: Spicy Pink. HEX triplet: D9, 21 and AA. RGB value is (217,33,170). Sum of RGB (Red+Green+Blue) = 217+33+170=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D921AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921AA is #26DE55. Grayscale: #676767. Windows color (decimal): -2547286 or 11149785. OLE color: 11149785.

HSL color Cylindrical-coordinate representation of color #D921AA: hue angle of 315.33º 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 #D921AA is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 170 -
CMYK 0 0.85 0.22 0.15
HSL 315.33º 0.74% 0.49% -
HSV(B) 315.33º 0.85% 0.85% -
XYZ 36.41 18.74 39.73 -
YUV 103.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 217 33 170 0 0.85 0.22 0.15 315.33 0.74 0.49
Hex D9 21 AA 0 55 16 F 13B 4A 31
Octal 331 41 252 0 125 26 17 473 112 61
Binary 11011001 100001 10101010 0 1010101 10110 1111 100111011 1001010 110001

Color Harmonies of #D921AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D921AA

Black with #D921AA

Text Example


Text Example

White with #D921AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D921AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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