#D91DB1

Color #D91DB1 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D91DB1

Tints of Spicy Pink #D91DB1

Color information

#D91DB1 (or 0xD91DB1) is unknown color: approx Spicy Pink. HEX triplet: D9, 1D and B1. RGB value is (217,29,177). Sum of RGB (Red+Green+Blue) = 217+29+177=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91DB1 is #26E24E. Grayscale: #656565. Windows color (decimal): -2548303 or 11607513. OLE color: 11607513.

HSL color Cylindrical-coordinate representation of color #D91DB1: hue angle of 312.77º degrees, saturation: 0.76, 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 #D91DB1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21729177-
CMYK00.870.180.15
HSL312.77º76.42%48.24%-
HSV(B)312.77º86.64%85.1%-
XYZ36.9918.843.28-
YUV102.08170.28209.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 29 (11.72% from 255) = 6.86%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=51.30%
G=6.86%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172917700.870.180.15312.7776.4248.24
HexD91DB105712F1394c30
Octal331352610127221747111460
Binary110110011110110110001010101111001011111001110011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91DB1; }

 p { color: rgb(217,29,177); }

 H1.HeaderClassName
 {
   color: #D91DB1;
 }
 .AnyTagClassName
 {
   color: #D91DB1;
 }
</style>
background-color css

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

 a { background-color: rgb(217,29,177); }

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

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

 span { border-color: rgb(217,29,177); }

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