#D594BE

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

Shades of Shocking #D594BE

Tints of Shocking #D594BE

Color information

#D594BE (or 0xD594BE) is unknown color: approx Shocking. HEX triplet: D5, 94 and BE. RGB value is (213,148,190). Sum of RGB (Red+Green+Blue) = 213+148+190=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D594BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594BE is #2A6B41. Grayscale: #ACACAC. Windows color (decimal): -2779970 or 12489941. OLE color: 12489941.

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

Color convert

RGB213148190-
CMYK00.310.110.16
HSL321.23º43.62%70.78%-
HSV(B)321.23º30.52%83.53%-
XYZ47.3239.0453.76-
YUV172.22138.03157.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=38.66%
G=26.86%
B=34.48%

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
Decimal21314819000.310.110.16321.2343.6270.78
HexD594BE01FB101412c47
Octal325224276037132050154107
Binary1101010110010100101111100111111011100001010000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594BE; }

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

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

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

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

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

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

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

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