#DA96C9

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

Shades of Shocking #DA96C9

Tints of Shocking #DA96C9

Color information

#DA96C9 (or 0xDA96C9) is unknown color: approx Shocking. HEX triplet: DA, 96 and C9. RGB value is (218,150,201). Sum of RGB (Red+Green+Blue) = 218+150+201=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C9 is #256936. Grayscale: #B0B0B0. Windows color (decimal): -2451767 or 13211354. OLE color: 13211354.

HSL color Cylindrical-coordinate representation of color #DA96C9: hue angle of 315º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA96C9 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218150201-
CMYK00.310.080.15
HSL315º47.89%72.16%-
HSV(B)315º31.19%85.49%-
XYZ50.3640.9460.51-
YUV176.15142.03157.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 150 (58.98% from 255) = 26.36%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=38.31%
G=26.36%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815020100.310.080.1531547.8972.16
HexDA96C901F8F13b3048
Octal332226311037101747360110
Binary110110101001011011001001011111100011111001110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96C9; }

 p { color: rgb(218,150,201); }

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

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

 a { background-color: rgb(218,150,201); }

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

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

 span { border-color: rgb(218,150,201); }

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