#D594B6

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

Shades of Shocking #D594B6

Tints of Shocking #D594B6

Color information

#D594B6 (or 0xD594B6) is unknown color: approx Shocking. HEX triplet: D5, 94 and B6. RGB value is (213,148,182). Sum of RGB (Red+Green+Blue) = 213+148+182=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D594B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594B6 is #2A6B49. Grayscale: #ABABAB. Windows color (decimal): -2779978 or 11965653. OLE color: 11965653.

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

Color convert

RGB213148182-
CMYK00.310.150.16
HSL328.62º43.62%70.78%-
HSV(B)328.62º30.52%83.53%-
XYZ46.4738.749.28-
YUV171.31134.03157.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=39.23%
G=27.26%
B=33.52%

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
Decimal21314818200.310.150.16328.6243.6270.78
HexD594B601FF101492c47
Octal325224266037172051154107
Binary1101010110010100101101100111111111100001010010011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594B6; }

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

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

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

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

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

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

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

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