#D899C4

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

Shades of Shocking #D899C4

Tints of Shocking #D899C4

Color information

#D899C4 (or 0xD899C4) is unknown color: approx Shocking. HEX triplet: D8, 99 and C4. RGB value is (216,153,196). Sum of RGB (Red+Green+Blue) = 216+153+196=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D899C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899C4 is #27663B. Grayscale: #B0B0B0. Windows color (decimal): -2582076 or 12884440. OLE color: 12884440.

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

Color convert

RGB216153196-
CMYK00.290.090.15
HSL319.05º44.68%72.35%-
HSV(B)319.05º29.17%84.71%-
XYZ49.6741.3757.59-
YUV176.74138.87156-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=38.23%
G=27.08%
B=34.69%

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
Decimal21615319600.290.090.15319.0544.6872.35
HexD899C401D9F13f2d48
Octal330231304035111747755110
Binary110110001001100111000100011101100111111001111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899C4; }

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

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

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

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

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

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

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

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