#DA8DBA

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

Shades of Shocking #DA8DBA

Tints of Shocking #DA8DBA

Color information

#DA8DBA (or 0xDA8DBA) is unknown color: approx Shocking. HEX triplet: DA, 8D and BA. RGB value is (218,141,186). Sum of RGB (Red+Green+Blue) = 218+141+186=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DBA is #257245. Grayscale: #A9A9A9. Windows color (decimal): -2454086 or 12226010. OLE color: 12226010.

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

Color convert

RGB218141186-
CMYK00.350.150.15
HSL324.94º50.99%70.39%-
HSV(B)324.94º35.32%85.49%-
XYZ47.337.551.2-
YUV169.15137.51162.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=40%
G=25.87%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814118600.350.150.15324.9450.9970.39
HexDA8DBA023FF1453346
Octal332215272043171750563106
Binary1101101010001101101110100100011111111111010001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DBA; }

 p { color: rgb(218,141,186); }

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

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

 a { background-color: rgb(218,141,186); }

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

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

 span { border-color: rgb(218,141,186); }

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