#DA9DBB

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

Shades of Shocking #DA9DBB

Tints of Shocking #DA9DBB

Color information

#DA9DBB (or 0xDA9DBB) is unknown color: approx Shocking. HEX triplet: DA, 9D and BB. RGB value is (218,157,187). Sum of RGB (Red+Green+Blue) = 218+157+187=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DBB is #256244. Grayscale: #B2B2B2. Windows color (decimal): -2449989 or 12295642. OLE color: 12295642.

HSL color Cylindrical-coordinate representation of color #DA9DBB: hue angle of 330.49º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DBB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218157187-
CMYK00.280.140.15
HSL330.49º45.19%73.53%-
HSV(B)330.49º27.98%85.49%-
XYZ49.9442.6152.61-
YUV178.66132.71156.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=38.79%
G=27.94%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815718700.280.140.15330.4945.1973.53
HexDA9DBB01CEF14a2d4a
Octal332235273034161751255112
Binary110110101001110110111011011100111011111010010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DBB; }

 p { color: rgb(218,157,187); }

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

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

 a { background-color: rgb(218,157,187); }

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

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

 span { border-color: rgb(218,157,187); }

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