#D888BD

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

Shades of Shocking #D888BD

Tints of Shocking #D888BD

Color information

#D888BD (or 0xD888BD) is unknown color: approx Shocking. HEX triplet: D8, 88 and BD. RGB value is (216,136,189). Sum of RGB (Red+Green+Blue) = 216+136+189=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D888BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888BD is #277742. Grayscale: #A5A5A5. Windows color (decimal): -2586435 or 12421336. OLE color: 12421336.

HSL color Cylindrical-coordinate representation of color #D888BD: hue angle of 320.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 #D888BD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216136189-
CMYK00.370.120.15
HSL320.25º50.63%69.02%-
HSV(B)320.25º37.04%84.71%-
XYZ46.3135.8852.63-
YUV165.96141163.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=39.93%
G=25.14%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613618900.370.120.15320.2550.6369.02
HexD888BD025CF1403345
Octal330210275045141750063105
Binary1101100010001000101111010100101110011111010000001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888BD; }

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

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

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

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

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

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

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

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