#DA9EBE

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

Shades of Shocking #DA9EBE

Tints of Shocking #DA9EBE

Color information

#DA9EBE (or 0xDA9EBE) is unknown color: approx Shocking. HEX triplet: DA, 9E and BE. RGB value is (218,158,190). Sum of RGB (Red+Green+Blue) = 218+158+190=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EBE is #256141. Grayscale: #B3B3B3. Windows color (decimal): -2449730 or 12492506. OLE color: 12492506.

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

Color convert

RGB218158190-
CMYK00.280.130.15
HSL328º44.78%73.73%-
HSV(B)328º27.52%85.49%-
XYZ50.4343.0854.37-
YUV179.59133.88155.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=38.52%
G=27.92%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815819000.280.130.1532844.7873.73
HexDA9EBE01CDF1482d4a
Octal332236276034151751055112
Binary110110101001111010111110011100110111111010010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EBE; }

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

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

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

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

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

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

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

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