#DA9DC2

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

Shades of Shocking #DA9DC2

Tints of Shocking #DA9DC2

Color information

#DA9DC2 (or 0xDA9DC2) is unknown color: approx Shocking. HEX triplet: DA, 9D and C2. RGB value is (218,157,194). Sum of RGB (Red+Green+Blue) = 218+157+194=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC2 is #25623D. Grayscale: #B3B3B3. Windows color (decimal): -2449982 or 12754394. OLE color: 12754394.

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

Color convert

RGB218157194-
CMYK00.280.110.15
HSL323.61º45.19%73.53%-
HSV(B)323.61º27.98%85.49%-
XYZ50.7142.9156.65-
YUV179.46136.21155.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=38.31%
G=27.59%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815719400.280.110.15323.6145.1973.53
HexDA9DC201CBF1442d4a
Octal332235302034131750455112
Binary110110101001110111000010011100101111111010001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DC2; }

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

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

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

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

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

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

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

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