#DA87B9

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

Shades of Shocking #DA87B9

Tints of Shocking #DA87B9

Color information

#DA87B9 (or 0xDA87B9) is unknown color: approx Shocking. HEX triplet: DA, 87 and B9. RGB value is (218,135,185). Sum of RGB (Red+Green+Blue) = 218+135+185=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87B9 is #257846. Grayscale: #A5A5A5. Windows color (decimal): -2455623 or 12158938. OLE color: 12158938.

HSL color Cylindrical-coordinate representation of color #DA87B9: hue angle of 323.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87B9 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218135185-
CMYK00.380.150.15
HSL323.86º52.87%69.22%-
HSV(B)323.86º38.07%85.49%-
XYZ46.3335.7450.35-
YUV165.52139165.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=40.52%
G=25.09%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813518500.380.150.15323.8652.8769.22
HexDA87B9026FF1443545
Octal332207271046171750465105
Binary1101101010000111101110010100110111111111010001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87B9; }

 p { color: rgb(218,135,185); }

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

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

 a { background-color: rgb(218,135,185); }

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

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

 span { border-color: rgb(218,135,185); }

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