#DA9DC7

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

Shades of Shocking #DA9DC7

Tints of Shocking #DA9DC7

Color information

#DA9DC7 (or 0xDA9DC7) is unknown color: approx Shocking. HEX triplet: DA, 9D and C7. RGB value is (218,157,199). Sum of RGB (Red+Green+Blue) = 218+157+199=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DC7 is #256238. Grayscale: #B3B3B3. Windows color (decimal): -2449977 or 13082074. OLE color: 13082074.

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

Color convert

RGB218157199-
CMYK00.280.090.15
HSL318.69º45.19%73.53%-
HSV(B)318.69º27.98%85.49%-
XYZ51.2843.1459.66-
YUV180.03138.71155.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=37.98%
G=27.35%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815719900.280.090.15318.6945.1973.53
HexDA9DC701C9F13f2d4a
Octal332235307034111747755112
Binary110110101001110111000111011100100111111001111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DC7; }

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

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

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

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

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

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

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

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