Html Css Color HEX #D91FAE Spicy Pink

📋 copy color: '#D91FAE'

red 217 ◦ green 31 ◦ blue 174

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

Shades of Spicy Pink #D91FAE

Tints of Spicy Pink #D91FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 51.42%
G = 7.35%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D91FAE (or 0xD91FAE) is known color: Spicy Pink. HEX triplet: D9, 1F and AE. RGB value is (217,31,174). Sum of RGB (Red+Green+Blue) = 217+31+174=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D91FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91FAE is #26E051. Grayscale: #666666. Windows color (decimal): -2547794 or 11411417. OLE color: 11411417.

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

Color convert

RGB 217 31 174 -
CMYK 0 0.86 0.20 0.15
HSL 313.87º 0.75% 0.49% -
HSV(B) 313.87º 0.86% 0.85% -
XYZ 36.75 18.79 41.73 -
YUV 102.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 217 31 174 0 0.86 0.20 0.15 313.87 0.75 0.49
Hex D9 1F AE 0 56 14 F 13A 4B 31
Octal 331 37 256 0 126 24 17 472 113 61
Binary 11011001 11111 10101110 0 1010110 10100 1111 100111010 1001011 110001

Color Harmonies of #D91FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91FAE

Black with #D91FAE

Text Example


Text Example

White with #D91FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91FAE; }

 p { color: rgb(217,31,174); }

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

background-color css

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

 a { background-color: rgb(217,31,174); }

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

border-color css

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

 span { border-color: rgb(217,31,174); }

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