#D594BF

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

Shades of Shocking #D594BF

Tints of Shocking #D594BF

Color information

#D594BF (or 0xD594BF) is unknown color: approx Shocking. HEX triplet: D5, 94 and BF. RGB value is (213,148,191). Sum of RGB (Red+Green+Blue) = 213+148+191=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D594BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594BF is #2A6B40. Grayscale: #ACACAC. Windows color (decimal): -2779969 or 12555477. OLE color: 12555477.

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

Color convert

RGB213148191-
CMYK00.310.100.16
HSL320.31º43.62%70.78%-
HSV(B)320.31º30.52%83.53%-
XYZ47.4339.0954.33-
YUV172.34138.53157-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 191 (75% from 255) = 34.60%
R=38.59%
G=26.81%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314819100.310.100.16320.3143.6270.78
HexD594BF01FA101402c47
Octal325224277037122050054107
Binary1101010110010100101111110111111010100001010000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594BF; }

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

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

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

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

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

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

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

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