#D787C3

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

Shades of Shocking #D787C3

Tints of Shocking #D787C3

Color information

#D787C3 (or 0xD787C3) is unknown color: approx Shocking. HEX triplet: D7, 87 and C3. RGB value is (215,135,195). Sum of RGB (Red+Green+Blue) = 215+135+195=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D787C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787C3 is #28783C. Grayscale: #A5A5A5. Windows color (decimal): -2652221 or 12814295. OLE color: 12814295.

HSL color Cylindrical-coordinate representation of color #D787C3: hue angle of 315º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787C3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB215135195-
CMYK00.370.090.16
HSL315º50%68.63%-
HSV(B)315º37.21%84.31%-
XYZ46.5435.7256.07-
YUV165.76144.5163.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=39.45%
G=24.77%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513519500.370.090.163155068.63
HexD787C302591013b3245
Octal327207303045112047362105
Binary11010111100001111100001101001011001100001001110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787C3; }

 p { color: rgb(215,135,195); }

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

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

 a { background-color: rgb(215,135,195); }

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

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

 span { border-color: rgb(215,135,195); }

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