#DA87BD

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

Shades of Shocking #DA87BD

Tints of Shocking #DA87BD

Color information

#DA87BD (or 0xDA87BD) is unknown color: approx Shocking. HEX triplet: DA, 87 and BD. RGB value is (218,135,189). Sum of RGB (Red+Green+Blue) = 218+135+189=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87BD is #257842. Grayscale: #A5A5A5. Windows color (decimal): -2455619 or 12421082. OLE color: 12421082.

HSL color Cylindrical-coordinate representation of color #DA87BD: hue angle of 320.96º 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 #DA87BD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218135189-
CMYK00.380.130.15
HSL320.96º52.87%69.22%-
HSV(B)320.96º38.07%85.49%-
XYZ46.7635.9152.61-
YUV165.97141165.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=40.22%
G=24.91%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813518900.380.130.15320.9652.8769.22
HexDA87BD026DF1413545
Octal332207275046151750165105
Binary1101101010000111101111010100110110111111010000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87BD; }

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

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

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

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

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

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

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

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