Html Css Color HEX #D91AAB Spicy Pink

📋 copy color: '#D91AAB'

red 217 ◦ green 26 ◦ blue 171

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

Shades of Spicy Pink #D91AAB

Tints of Spicy Pink #D91AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.28%

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

R = 52.42%
G = 6.28%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D91AAB (or 0xD91AAB) is known color: Spicy Pink. HEX triplet: D9, 1A and AB. RGB value is (217,26,171). Sum of RGB (Red+Green+Blue) = 217+26+171=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AAB is #26E554. Grayscale: #636363. Windows color (decimal): -2549077 or 11213529. OLE color: 11213529.

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

Color convert

RGB 217 26 171 -
CMYK 0 0.88 0.21 0.15
HSL 314.45º 0.79% 0.48% -
HSV(B) 314.45º 0.88% 0.85% -
XYZ 36.34 18.43 40.17 -
YUV 99.64 168.28 211.71 -
System Red Green Blue C M Y K H S L
Decimal 217 26 171 0 0.88 0.21 0.15 314.45 0.79 0.48
Hex D9 1A AB 0 58 15 F 13A 4F 30
Octal 331 32 253 0 130 25 17 472 117 60
Binary 11011001 11010 10101011 0 1011000 10101 1111 100111010 1001111 110000

Color Harmonies of #D91AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AAB

Black with #D91AAB

Text Example


Text Example

White with #D91AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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