#D99BC6

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

Shades of Shocking #D99BC6

Tints of Shocking #D99BC6

Color information

#D99BC6 (or 0xD99BC6) is unknown color: approx Shocking. HEX triplet: D9, 9B and C6. RGB value is (217,155,198). Sum of RGB (Red+Green+Blue) = 217+155+198=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BC6 is #266439. Grayscale: #B2B2B2. Windows color (decimal): -2516026 or 13016025. OLE color: 13016025.

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

Color convert

RGB217155198-
CMYK00.290.090.15
HSL318.39º44.93%72.94%-
HSV(B)318.39º28.57%85.1%-
XYZ50.5342.2758.92-
YUV178.44139.04155.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=38.07%
G=27.19%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715519800.290.090.15318.3944.9372.94
HexD99BC601D9F13e2d49
Octal331233306035111747655111
Binary110110011001101111000110011101100111111001111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BC6; }

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

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

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

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

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

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

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

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