#D99BC7

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

Shades of Shocking #D99BC7

Tints of Shocking #D99BC7

Color information

#D99BC7 (or 0xD99BC7) is unknown color: approx Shocking. HEX triplet: D9, 9B and C7. RGB value is (217,155,199). Sum of RGB (Red+Green+Blue) = 217+155+199=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BC7 is #266438. Grayscale: #B2B2B2. Windows color (decimal): -2516025 or 13081561. OLE color: 13081561.

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

Color convert

RGB217155199-
CMYK00.290.080.15
HSL317.42º44.93%72.94%-
HSV(B)317.42º28.57%85.1%-
XYZ50.6542.3259.53-
YUV178.55139.54155.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=38.00%
G=27.15%
B=34.85%

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
Decimal21715519900.290.080.15317.4244.9372.94
HexD99BC701D8F13d2d49
Octal331233307035101747555111
Binary110110011001101111000111011101100011111001111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BC7; }

 p { color: rgb(217,155,199); }

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

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

 a { background-color: rgb(217,155,199); }

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

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

 span { border-color: rgb(217,155,199); }

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