#D597BB

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

Shades of Shocking #D597BB

Tints of Shocking #D597BB

Color information

#D597BB (or 0xD597BB) is unknown color: approx Shocking. HEX triplet: D5, 97 and BB. RGB value is (213,151,187). Sum of RGB (Red+Green+Blue) = 213+151+187=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D597BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597BB is #2A6844. Grayscale: #ADADAD. Windows color (decimal): -2779205 or 12294101. OLE color: 12294101.

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

Color convert

RGB213151187-
CMYK00.290.120.16
HSL325.16º42.47%71.37%-
HSV(B)325.16º29.11%83.53%-
XYZ47.4839.8752.21-
YUV173.64135.54156.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=38.66%
G=27.40%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315118700.290.120.16325.1642.4771.37
HexD597BB01DC101452a47
Octal325227273035142050552107
Binary1101010110010111101110110111011100100001010001011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597BB; }

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

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

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

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

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

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

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

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