#D59FB7

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

Shades of Shocking #D59FB7

Tints of Shocking #D59FB7

Color information

#D59FB7 (or 0xD59FB7) is unknown color: approx Shocking. HEX triplet: D5, 9F and B7. RGB value is (213,159,183). Sum of RGB (Red+Green+Blue) = 213+159+183=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FB7 is #2A6048. Grayscale: #B1B1B1. Windows color (decimal): -2777161 or 12034005. OLE color: 12034005.

HSL color Cylindrical-coordinate representation of color #D59FB7: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FB7 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB213159183-
CMYK00.250.140.16
HSL333.33º39.13%72.94%-
HSV(B)333.33º25.35%83.53%-
XYZ48.3942.3650.43-
YUV177.88130.89153.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=38.38%
G=28.65%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315918300.250.140.16333.3339.1372.94
HexD59FB7019E1014d2749
Octal325237267031162051547111
Binary1101010110011111101101110110011110100001010011011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FB7; }

 p { color: rgb(213,159,183); }

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

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

 a { background-color: rgb(213,159,183); }

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

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

 span { border-color: rgb(213,159,183); }

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