#D59FBD

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

Shades of Shocking #D59FBD

Tints of Shocking #D59FBD

Color information

#D59FBD (or 0xD59FBD) is unknown color: approx Shocking. HEX triplet: D5, 9F and BD. RGB value is (213,159,189). Sum of RGB (Red+Green+Blue) = 213+159+189=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FBD is #2A6042. Grayscale: #B2B2B2. Windows color (decimal): -2777155 or 12427221. OLE color: 12427221.

HSL color Cylindrical-coordinate representation of color #D59FBD: hue angle of 326.67º 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 #D59FBD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213159189-
CMYK00.250.110.16
HSL326.67º39.13%72.94%-
HSV(B)326.67º25.35%83.53%-
XYZ49.0242.6253.79-
YUV178.57133.89152.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=37.97%
G=28.34%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315918900.250.110.16326.6739.1372.94
HexD59FBD019B101472749
Octal325237275031132050747111
Binary1101010110011111101111010110011011100001010001111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FBD; }

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

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

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

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

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

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

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

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