#D597C3

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

Shades of Shocking #D597C3

Tints of Shocking #D597C3

Color information

#D597C3 (or 0xD597C3) is unknown color: approx Shocking. HEX triplet: D5, 97 and C3. RGB value is (213,151,195). Sum of RGB (Red+Green+Blue) = 213+151+195=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D597C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597C3 is #2A683C. Grayscale: #AEAEAE. Windows color (decimal): -2779197 or 12818389. OLE color: 12818389.

HSL color Cylindrical-coordinate representation of color #D597C3: hue angle of 317.42º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597C3 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213151195-
CMYK00.290.080.16
HSL317.42º42.47%71.37%-
HSV(B)317.42º29.11%83.53%-
XYZ48.3640.2256.84-
YUV174.55139.54155.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=38.10%
G=27.01%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315119500.290.080.16317.4242.4771.37
HexD597C301D81013d2a47
Octal325227303035102047552107
Binary1101010110010111110000110111011000100001001111011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597C3; }

 p { color: rgb(213,151,195); }

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

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

 a { background-color: rgb(213,151,195); }

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

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

 span { border-color: rgb(213,151,195); }

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