#D995BD

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

Shades of Shocking #D995BD

Tints of Shocking #D995BD

Color information

#D995BD (or 0xD995BD) is unknown color: approx Shocking. HEX triplet: D9, 95 and BD. RGB value is (217,149,189). Sum of RGB (Red+Green+Blue) = 217+149+189=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D995BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995BD is #266A42. Grayscale: #ADADAD. Windows color (decimal): -2517571 or 12424665. OLE color: 12424665.

HSL color Cylindrical-coordinate representation of color #D995BD: hue angle of 324.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D995BD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217149189-
CMYK00.310.130.15
HSL324.71º47.22%71.76%-
HSV(B)324.71º31.34%85.1%-
XYZ48.5539.9253.29-
YUV173.89136.53158.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=39.10%
G=26.85%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714918900.310.130.15324.7147.2271.76
HexD995BD01FDF1452f48
Octal331225275037151750557110
Binary110110011001010110111101011111110111111010001011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995BD; }

 p { color: rgb(217,149,189); }

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

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

 a { background-color: rgb(217,149,189); }

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

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

 span { border-color: rgb(217,149,189); }

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