#D598C3

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

Shades of Shocking #D598C3

Tints of Shocking #D598C3

Color information

#D598C3 (or 0xD598C3) is unknown color: approx Shocking. HEX triplet: D5, 98 and C3. RGB value is (213,152,195). Sum of RGB (Red+Green+Blue) = 213+152+195=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D598C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598C3 is #2A673C. Grayscale: #AFAFAF. Windows color (decimal): -2778941 or 12818645. OLE color: 12818645.

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

Color convert

RGB213152195-
CMYK00.290.080.16
HSL317.7º42.07%71.57%-
HSV(B)317.7º28.64%83.53%-
XYZ48.5240.5456.9-
YUV175.14139.21155-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=38.04%
G=27.14%
B=34.82%

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
Decimal21315219500.290.080.16317.742.0771.57
HexD598C301D81013e2a48
Octal325230303035102047652110
Binary1101010110011000110000110111011000100001001111101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598C3; }

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

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

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

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

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

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

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

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