#DA9BBE

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

Shades of Shocking #DA9BBE

Tints of Shocking #DA9BBE

Color information

#DA9BBE (or 0xDA9BBE) is unknown color: approx Shocking. HEX triplet: DA, 9B and BE. RGB value is (218,155,190). Sum of RGB (Red+Green+Blue) = 218+155+190=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BBE is #256441. Grayscale: #B1B1B1. Windows color (decimal): -2450498 or 12491738. OLE color: 12491738.

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

Color convert

RGB218155190-
CMYK00.290.130.15
HSL326.67º45.99%73.14%-
HSV(B)326.67º28.9%85.49%-
XYZ49.9342.0754.2-
YUV177.83134.87156.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=38.72%
G=27.53%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815519000.290.130.15326.6745.9973.14
HexDA9BBE01DDF1472e49
Octal332233276035151750756111
Binary110110101001101110111110011101110111111010001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BBE; }

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

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

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

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

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

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

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

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