#DA9CC5

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

Shades of Shocking #DA9CC5

Tints of Shocking #DA9CC5

Color information

#DA9CC5 (or 0xDA9CC5) is unknown color: approx Shocking. HEX triplet: DA, 9C and C5. RGB value is (218,156,197). Sum of RGB (Red+Green+Blue) = 218+156+197=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CC5 is #25633A. Grayscale: #B3B3B3. Windows color (decimal): -2450235 or 12950746. OLE color: 12950746.

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

Color convert

RGB218156197-
CMYK00.280.100.15
HSL320.32º45.59%73.33%-
HSV(B)320.32º28.44%85.49%-
XYZ50.8842.7158.39-
YUV179.21138.04155.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=38.18%
G=27.32%
B=34.50%

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
Decimal21815619700.280.100.15320.3245.5973.33
HexDA9CC501CAF1402e49
Octal332234305034121750056111
Binary110110101001110011000101011100101011111010000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CC5; }

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

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

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

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

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

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

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

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