#DA9BBA

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

Shades of Shocking #DA9BBA

Tints of Shocking #DA9BBA

Color information

#DA9BBA (or 0xDA9BBA) is unknown color: approx Shocking. HEX triplet: DA, 9B and BA. RGB value is (218,155,186). Sum of RGB (Red+Green+Blue) = 218+155+186=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BBA is #256445. Grayscale: #B1B1B1. Windows color (decimal): -2450502 or 12229594. OLE color: 12229594.

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

Color convert

RGB218155186-
CMYK00.290.150.15
HSL330.48º45.99%73.14%-
HSV(B)330.48º28.9%85.49%-
XYZ49.541.8951.93-
YUV177.37132.87156.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=39.00%
G=27.73%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815518600.290.150.15330.4845.9973.14
HexDA9BBA01DFF14a2e49
Octal332233272035171751256111
Binary110110101001101110111010011101111111111010010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BBA; }

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

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

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

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

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

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

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

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