#D598C1

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

Shades of Shocking #D598C1

Tints of Shocking #D598C1

Color information

#D598C1 (or 0xD598C1) is unknown color: approx Shocking. HEX triplet: D5, 98 and C1. RGB value is (213,152,193). Sum of RGB (Red+Green+Blue) = 213+152+193=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D598C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598C1 is #2A673E. Grayscale: #AEAEAE. Windows color (decimal): -2778943 or 12687573. OLE color: 12687573.

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

Color convert

RGB213152193-
CMYK00.290.090.16
HSL319.67º42.07%71.57%-
HSV(B)319.67º28.64%83.53%-
XYZ48.2940.4555.71-
YUV174.91138.21155.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=38.17%
G=27.24%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315219300.290.090.16319.6742.0771.57
HexD598C101D9101402a48
Octal325230301035112050052110
Binary1101010110011000110000010111011001100001010000001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598C1; }

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

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

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

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

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

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

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

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