#D59BB6

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

Shades of Shocking #D59BB6

Tints of Shocking #D59BB6

Color information

#D59BB6 (or 0xD59BB6) is unknown color: approx Shocking. HEX triplet: D5, 9B and B6. RGB value is (213,155,182). Sum of RGB (Red+Green+Blue) = 213+155+182=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BB6 is #2A6449. Grayscale: #AFAFAF. Windows color (decimal): -2778186 or 11967445. OLE color: 11967445.

HSL color Cylindrical-coordinate representation of color #D59BB6: hue angle of 332.07º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BB6 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213155182-
CMYK00.270.150.16
HSL332.07º40.85%72.16%-
HSV(B)332.07º27.23%83.53%-
XYZ47.6140.9749.65-
YUV175.42131.72154.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=38.73%
G=28.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315518200.270.150.16332.0740.8572.16
HexD59BB601BF1014c2948
Octal325233266033172051451110
Binary1101010110011011101101100110111111100001010011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BB6; }

 p { color: rgb(213,155,182); }

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

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

 a { background-color: rgb(213,155,182); }

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

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

 span { border-color: rgb(213,155,182); }

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