#D594B8

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

Shades of Shocking #D594B8

Tints of Shocking #D594B8

Color information

#D594B8 (or 0xD594B8) is unknown color: approx Shocking. HEX triplet: D5, 94 and B8. RGB value is (213,148,184). Sum of RGB (Red+Green+Blue) = 213+148+184=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D594B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594B8 is #2A6B47. Grayscale: #ABABAB. Windows color (decimal): -2779976 or 12096725. OLE color: 12096725.

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

Color convert

RGB213148184-
CMYK00.310.140.16
HSL326.77º43.62%70.78%-
HSV(B)326.77º30.52%83.53%-
XYZ46.6838.7950.37-
YUV171.54135.03157.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=39.08%
G=27.16%
B=33.76%

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
Decimal21314818400.310.140.16326.7743.6270.78
HexD594B801FE101472c47
Octal325224270037162050754107
Binary1101010110010100101110000111111110100001010001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594B8; }

 p { color: rgb(213,148,184); }

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

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

 a { background-color: rgb(213,148,184); }

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

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

 span { border-color: rgb(213,148,184); }

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