#DA8ABD

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

Shades of Shocking #DA8ABD

Tints of Shocking #DA8ABD

Color information

#DA8ABD (or 0xDA8ABD) is unknown color: approx Shocking. HEX triplet: DA, 8A and BD. RGB value is (218,138,189). Sum of RGB (Red+Green+Blue) = 218+138+189=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ABD is #257542. Grayscale: #A7A7A7. Windows color (decimal): -2454851 or 12421850. OLE color: 12421850.

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

Color convert

RGB218138189-
CMYK00.370.130.15
HSL321.75º51.95%69.8%-
HSV(B)321.75º36.7%85.49%-
XYZ47.1936.7652.75-
YUV167.73140163.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=40%
G=25.32%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813818900.370.130.15321.7551.9569.8
HexDA8ABD025DF1423446
Octal332212275045151750264106
Binary1101101010001010101111010100101110111111010000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8ABD; }

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

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

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

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

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

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

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

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