#D98CC5

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

Shades of Shocking #D98CC5

Tints of Shocking #D98CC5

Color information

#D98CC5 (or 0xD98CC5) is unknown color: approx Shocking. HEX triplet: D9, 8C and C5. RGB value is (217,140,197). Sum of RGB (Red+Green+Blue) = 217+140+197=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CC5 is #26733A. Grayscale: #A9A9A9. Windows color (decimal): -2519867 or 12946649. OLE color: 12946649.

HSL color Cylindrical-coordinate representation of color #D98CC5: hue angle of 315.58º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CC5 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217140197-
CMYK00.350.090.15
HSL315.58º50.33%70%-
HSV(B)315.58º35.48%85.1%-
XYZ48.0737.5457.54-
YUV169.52143.51161.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=39.17%
G=25.27%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714019700.350.090.15315.5850.3370
HexD98CC50239F13c3246
Octal331214305043111747462106
Binary1101100110001100110001010100011100111111001111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CC5; }

 p { color: rgb(217,140,197); }

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

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

 a { background-color: rgb(217,140,197); }

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

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

 span { border-color: rgb(217,140,197); }

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