#D88FC5

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

Shades of Shocking #D88FC5

Tints of Shocking #D88FC5

Color information

#D88FC5 (or 0xD88FC5) is unknown color: approx Shocking. HEX triplet: D8, 8F and C5. RGB value is (216,143,197). Sum of RGB (Red+Green+Blue) = 216+143+197=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FC5 is #27703A. Grayscale: #AAAAAA. Windows color (decimal): -2584635 or 12947416. OLE color: 12947416.

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

Color convert

RGB216143197-
CMYK00.340.090.15
HSL315.62º48.34%70.39%-
HSV(B)315.62º33.8%84.71%-
XYZ48.2238.2857.67-
YUV170.98142.68160.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=38.85%
G=25.72%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614319700.340.090.15315.6248.3470.39
HexD88FC50229F13c3046
Octal330217305042111747460106
Binary1101100010001111110001010100010100111111001111001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FC5; }

 p { color: rgb(216,143,197); }

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

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

 a { background-color: rgb(216,143,197); }

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

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

 span { border-color: rgb(216,143,197); }

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