#DA9BBD

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

Shades of Shocking #DA9BBD

Tints of Shocking #DA9BBD

Color information

#DA9BBD (or 0xDA9BBD) is unknown color: approx Shocking. HEX triplet: DA, 9B and BD. RGB value is (218,155,189). Sum of RGB (Red+Green+Blue) = 218+155+189=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BBD is #256442. Grayscale: #B1B1B1. Windows color (decimal): -2450499 or 12426202. OLE color: 12426202.

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

Color convert

RGB218155189-
CMYK00.290.130.15
HSL327.62º45.99%73.14%-
HSV(B)327.62º28.9%85.49%-
XYZ49.8242.0253.63-
YUV177.71134.37156.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=38.79%
G=27.58%
B=33.63%

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
Decimal21815518900.290.130.15327.6245.9973.14
HexDA9BBD01DDF1482e49
Octal332233275035151751056111
Binary110110101001101110111101011101110111111010010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BBD; }

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

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

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

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

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

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

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

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