#DA9DC5

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

Shades of Shocking #DA9DC5

Tints of Shocking #DA9DC5

Color information

#DA9DC5 (or 0xDA9DC5) is unknown color: approx Shocking. HEX triplet: DA, 9D and C5. RGB value is (218,157,197). Sum of RGB (Red+Green+Blue) = 218+157+197=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC5 is #25623A. Grayscale: #B3B3B3. Windows color (decimal): -2449979 or 12951002. OLE color: 12951002.

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

Color convert

RGB218157197-
CMYK00.280.100.15
HSL320.66º45.19%73.53%-
HSV(B)320.66º27.98%85.49%-
XYZ51.0543.0558.44-
YUV179.8137.71155.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=38.11%
G=27.45%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815719700.280.100.15320.6645.1973.53
HexDA9DC501CAF1412d4a
Octal332235305034121750155112
Binary110110101001110111000101011100101011111010000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DC5; }

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

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

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

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

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

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

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

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