#D988BE

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

Shades of Shocking #D988BE

Tints of Shocking #D988BE

Color information

#D988BE (or 0xD988BE) is unknown color: approx Shocking. HEX triplet: D9, 88 and BE. RGB value is (217,136,190). Sum of RGB (Red+Green+Blue) = 217+136+190=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D988BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988BE is #267741. Grayscale: #A6A6A6. Windows color (decimal): -2520898 or 12486873. OLE color: 12486873.

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

Color convert

RGB217136190-
CMYK00.370.120.15
HSL320º51.59%69.22%-
HSV(B)320º37.33%85.1%-
XYZ46.7136.0853.22-
YUV166.37141.34164.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=39.96%
G=25.05%
B=34.99%

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
Decimal21713619000.370.120.1532051.5969.22
HexD988BE025CF1403445
Octal331210276045141750064105
Binary1101100110001000101111100100101110011111010000001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988BE; }

 p { color: rgb(217,136,190); }

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

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

 a { background-color: rgb(217,136,190); }

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

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

 span { border-color: rgb(217,136,190); }

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