#D599B9

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

Shades of Shocking #D599B9

Tints of Shocking #D599B9

Color information

#D599B9 (or 0xD599B9) is unknown color: approx Shocking. HEX triplet: D5, 99 and B9. RGB value is (213,153,185). Sum of RGB (Red+Green+Blue) = 213+153+185=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D599B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599B9 is #2A6646. Grayscale: #AEAEAE. Windows color (decimal): -2778695 or 12163541. OLE color: 12163541.

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

Color convert

RGB213153185-
CMYK00.280.130.16
HSL328º41.67%71.76%-
HSV(B)328º28.17%83.53%-
XYZ47.5940.4351.19-
YUV174.59133.88155.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=38.66%
G=27.77%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315318500.280.130.1632841.6771.76
HexD599B901CD101482a48
Octal325231271034152051052110
Binary1101010110011001101110010111001101100001010010001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599B9; }

 p { color: rgb(213,153,185); }

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

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

 a { background-color: rgb(213,153,185); }

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

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

 span { border-color: rgb(213,153,185); }

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