#D598BD

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

Shades of Shocking #D598BD

Tints of Shocking #D598BD

Color information

#D598BD (or 0xD598BD) is unknown color: approx Shocking. HEX triplet: D5, 98 and BD. RGB value is (213,152,189). Sum of RGB (Red+Green+Blue) = 213+152+189=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D598BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598BD is #2A6742. Grayscale: #AEAEAE. Windows color (decimal): -2778947 or 12425429. OLE color: 12425429.

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

Color convert

RGB213152189-
CMYK00.290.110.16
HSL323.61º42.07%71.57%-
HSV(B)323.61º28.64%83.53%-
XYZ47.8540.2853.4-
YUV174.46136.21155.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=38.45%
G=27.44%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315218900.290.110.16323.6142.0771.57
HexD598BD01DB101442a48
Octal325230275035132050452110
Binary1101010110011000101111010111011011100001010001001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598BD; }

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

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

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

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

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

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

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

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