Html Css Color HEX #D922AB Spicy Pink

📋 copy color: '#D922AB'

red 217 ◦ green 34 ◦ blue 171

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

Shades of Spicy Pink #D922AB

Tints of Spicy Pink #D922AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 51.42%
G = 8.06%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D922AB (or 0xD922AB) is known color: Spicy Pink. HEX triplet: D9, 22 and AB. RGB value is (217,34,171). Sum of RGB (Red+Green+Blue) = 217+34+171=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D922AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D922AB is #26DD54. Grayscale: #676767. Windows color (decimal): -2547029 or 11215577. OLE color: 11215577.

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

Color convert

RGB 217 34 171 -
CMYK 0 0.84 0.21 0.15
HSL 315.08º 0.73% 0.49% -
HSV(B) 315.08º 0.84% 0.85% -
XYZ 36.54 18.84 40.24 -
YUV 104.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 217 34 171 0 0.84 0.21 0.15 315.08 0.73 0.49
Hex D9 22 AB 0 54 15 F 13B 49 31
Octal 331 42 253 0 124 25 17 473 111 61
Binary 11011001 100010 10101011 0 1010100 10101 1111 100111011 1001001 110001

Color Harmonies of #D922AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D922AB

Black with #D922AB

Text Example


Text Example

White with #D922AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D922AB; }

 p { color: rgb(217,34,171); }

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

background-color css

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

 a { background-color: rgb(217,34,171); }

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

border-color css

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

 span { border-color: rgb(217,34,171); }

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