#D593BE

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

Shades of Shocking #D593BE

Tints of Shocking #D593BE

Color information

#D593BE (or 0xD593BE) is unknown color: approx Shocking. HEX triplet: D5, 93 and BE. RGB value is (213,147,190). Sum of RGB (Red+Green+Blue) = 213+147+190=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D593BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593BE is #2A6C41. Grayscale: #ABABAB. Windows color (decimal): -2780226 or 12489685. OLE color: 12489685.

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

Color convert

RGB213147190-
CMYK00.310.110.16
HSL320.91º44%70.59%-
HSV(B)320.91º30.99%83.53%-
XYZ47.1738.7353.71-
YUV171.64138.37157.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=38.73%
G=26.73%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314719000.310.110.16320.914470.59
HexD593BE01FB101412c47
Octal325223276037132050154107
Binary1101010110010011101111100111111011100001010000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593BE; }

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

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

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

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

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

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

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

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