#D593B7

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

Shades of Shocking #D593B7

Tints of Shocking #D593B7

Color information

#D593B7 (or 0xD593B7) is unknown color: approx Shocking. HEX triplet: D5, 93 and B7. RGB value is (213,147,183). Sum of RGB (Red+Green+Blue) = 213+147+183=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B7 is #2A6C48. Grayscale: #AAAAAA. Windows color (decimal): -2780233 or 12030933. OLE color: 12030933.

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

Color convert

RGB213147183-
CMYK00.310.140.16
HSL327.27º44%70.59%-
HSV(B)327.27º30.99%83.53%-
XYZ46.4238.4349.77-
YUV170.84134.87158.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=39.23%
G=27.07%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314718300.310.140.16327.274470.59
HexD593B701FE101472c47
Octal325223267037162050754107
Binary1101010110010011101101110111111110100001010001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593B7; }

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

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

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

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

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

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

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

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