Html Css Color HEX #D91CAE Spicy Pink

📋 copy color: '#D91CAE'

red 217 ◦ green 28 ◦ blue 174

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

Shades of Spicy Pink #D91CAE

Tints of Spicy Pink #D91CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.68%

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

R = 51.79%
G = 6.68%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D91CAE (or 0xD91CAE) is known color: Spicy Pink. HEX triplet: D9, 1C and AE. RGB value is (217,28,174). Sum of RGB (Red+Green+Blue) = 217+28+174=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91CAE is #26E351. Grayscale: #646464. Windows color (decimal): -2548562 or 11410649. OLE color: 11410649.

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

Color convert

RGB 217 28 174 -
CMYK 0 0.87 0.20 0.15
HSL 313.65º 0.77% 0.48% -
HSV(B) 313.65º 0.87% 0.85% -
XYZ 36.67 18.64 41.71 -
YUV 101.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 217 28 174 0 0.87 0.20 0.15 313.65 0.77 0.48
Hex D9 1C AE 0 57 14 F 13A 4D 30
Octal 331 34 256 0 127 24 17 472 115 60
Binary 11011001 11100 10101110 0 1010111 10100 1111 100111010 1001101 110000

Color Harmonies of #D91CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91CAE

Black with #D91CAE

Text Example


Text Example

White with #D91CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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