#D593B6

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

Shades of Shocking #D593B6

Tints of Shocking #D593B6

Color information

#D593B6 (or 0xD593B6) is unknown color: approx Shocking. HEX triplet: D5, 93 and B6. RGB value is (213,147,182). Sum of RGB (Red+Green+Blue) = 213+147+182=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B6 is #2A6C49. Grayscale: #AAAAAA. Windows color (decimal): -2780234 or 11965397. OLE color: 11965397.

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

Color convert

RGB213147182-
CMYK00.310.150.16
HSL328.18º44%70.59%-
HSV(B)328.18º30.99%83.53%-
XYZ46.3238.3949.22-
YUV170.72134.37158.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=39.30%
G=27.12%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314718200.310.150.16328.184470.59
HexD593B601FF101482c47
Octal325223266037172051054107
Binary1101010110010011101101100111111111100001010010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593B6; }

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

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

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

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

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

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

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

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