#D88CBD

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

Shades of Shocking #D88CBD

Tints of Shocking #D88CBD

Color information

#D88CBD (or 0xD88CBD) is unknown color: approx Shocking. HEX triplet: D8, 8C and BD. RGB value is (216,140,189). Sum of RGB (Red+Green+Blue) = 216+140+189=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CBD is #277342. Grayscale: #A8A8A8. Windows color (decimal): -2585411 or 12422360. OLE color: 12422360.

HSL color Cylindrical-coordinate representation of color #D88CBD: hue angle of 321.32º degrees, saturation: 0.49, 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 #D88CBD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216140189-
CMYK00.350.120.15
HSL321.32º49.35%69.8%-
HSV(B)321.32º35.19%84.71%-
XYZ46.8837.0352.82-
YUV168.31139.68162.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=39.63%
G=25.69%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614018900.350.120.15321.3249.3569.8
HexD88CBD023CF1413146
Octal330214275043141750161106
Binary1101100010001100101111010100011110011111010000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CBD; }

 p { color: rgb(216,140,189); }

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

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

 a { background-color: rgb(216,140,189); }

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

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

 span { border-color: rgb(216,140,189); }

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