#D929B1

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

Shades of Spicy Pink #D929B1

Tints of Spicy Pink #D929B1

Color information

#D929B1 (or 0xD929B1) is unknown color: approx Spicy Pink. HEX triplet: D9, 29 and B1. RGB value is (217,41,177). Sum of RGB (Red+Green+Blue) = 217+41+177=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D929B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D929B1 is #26D64E. Grayscale: #6C6C6C. Windows color (decimal): -2545231 or 11610585. OLE color: 11610585.

HSL color Cylindrical-coordinate representation of color #D929B1: hue angle of 313.64º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929B1 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21741177-
CMYK00.810.180.15
HSL313.64º69.84%50.59%-
HSV(B)313.64º81.11%85.1%-
XYZ37.3419.5143.39-
YUV109.13166.31204.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.89%
GREEN value IS 41 (16.41% from 255) = 9.43%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=49.89%
G=9.43%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174117700.810.180.15313.6469.8450.59
HexD929B105112F13a4633
Octal331512610121221747210663
Binary1101100110100110110001010100011001011111001110101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D929B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D929B1; }

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

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

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

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

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

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

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

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