#D888C1

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

Shades of Shocking #D888C1

Tints of Shocking #D888C1

Color information

#D888C1 (or 0xD888C1) is unknown color: approx Shocking. HEX triplet: D8, 88 and C1. RGB value is (216,136,193). Sum of RGB (Red+Green+Blue) = 216+136+193=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D888C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888C1 is #27773E. Grayscale: #A6A6A6. Windows color (decimal): -2586431 or 12683480. OLE color: 12683480.

HSL color Cylindrical-coordinate representation of color #D888C1: hue angle of 317.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888C1 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216136193-
CMYK00.370.110.15
HSL317.25º50.63%69.02%-
HSV(B)317.25º37.04%84.71%-
XYZ46.7536.0654.95-
YUV166.42143163.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=39.63%
G=24.95%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613619300.370.110.15317.2550.6369.02
HexD888C1025BF13d3345
Octal330210301045131747563105
Binary1101100010001000110000010100101101111111001111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888C1; }

 p { color: rgb(216,136,193); }

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

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

 a { background-color: rgb(216,136,193); }

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

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

 span { border-color: rgb(216,136,193); }

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