Html Css Color HEX #D91AAD Spicy Pink

📋 copy color: '#D91AAD'

red 217 ◦ green 26 ◦ blue 173

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

Shades of Spicy Pink #D91AAD

Tints of Spicy Pink #D91AAD

RGB

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

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

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

R = 52.16%
G = 6.25%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D91AAD (or 0xD91AAD) is known color: Spicy Pink. HEX triplet: D9, 1A and AD. RGB value is (217,26,173). Sum of RGB (Red+Green+Blue) = 217+26+173=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AAD is #26E552. Grayscale: #636363. Windows color (decimal): -2549075 or 11344601. OLE color: 11344601.

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

Color convert

RGB 217 26 173 -
CMYK 0 0.88 0.20 0.15
HSL 313.82º 0.79% 0.48% -
HSV(B) 313.82º 0.88% 0.85% -
XYZ 36.53 18.51 41.18 -
YUV 99.87 169.28 211.55 -
System Red Green Blue C M Y K H S L
Decimal 217 26 173 0 0.88 0.20 0.15 313.82 0.79 0.48
Hex D9 1A AD 0 58 14 F 13A 4F 30
Octal 331 32 255 0 130 24 17 472 117 60
Binary 11011001 11010 10101101 0 1011000 10100 1111 100111010 1001111 110000

Color Harmonies of #D91AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AAD

Black with #D91AAD

Text Example


Text Example

White with #D91AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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