#D594C2

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

Shades of Shocking #D594C2

Tints of Shocking #D594C2

Color information

#D594C2 (or 0xD594C2) is unknown color: approx Shocking. HEX triplet: D5, 94 and C2. RGB value is (213,148,194). Sum of RGB (Red+Green+Blue) = 213+148+194=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D594C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594C2 is #2A6B3D. Grayscale: #ACACAC. Windows color (decimal): -2779966 or 12752085. OLE color: 12752085.

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

Color convert

RGB213148194-
CMYK00.310.090.16
HSL317.54º43.62%70.78%-
HSV(B)317.54º30.52%83.53%-
XYZ47.7739.2256.09-
YUV172.68140.03156.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=38.38%
G=26.67%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314819400.310.090.16317.5443.6270.78
HexD594C201F91013e2c47
Octal325224302037112047654107
Binary1101010110010100110000100111111001100001001111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594C2; }

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

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

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

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

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

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

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

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