#D899C7

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

Shades of Shocking #D899C7

Tints of Shocking #D899C7

Color information

#D899C7 (or 0xD899C7) is unknown color: approx Shocking. HEX triplet: D8, 99 and C7. RGB value is (216,153,199). Sum of RGB (Red+Green+Blue) = 216+153+199=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D899C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899C7 is #276638. Grayscale: #B0B0B0. Windows color (decimal): -2582073 or 13081048. OLE color: 13081048.

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

Color convert

RGB216153199-
CMYK00.290.080.15
HSL316.19º44.68%72.35%-
HSV(B)316.19º29.17%84.71%-
XYZ50.0241.559.41-
YUV177.08140.37155.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=38.03%
G=26.94%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615319900.290.080.15316.1944.6872.35
HexD899C701D8F13c2d48
Octal330231307035101747455110
Binary110110001001100111000111011101100011111001111001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899C7; }

 p { color: rgb(216,153,199); }

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

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

 a { background-color: rgb(216,153,199); }

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

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

 span { border-color: rgb(216,153,199); }

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