#DA96C6

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

Shades of Shocking #DA96C6

Tints of Shocking #DA96C6

Color information

#DA96C6 (or 0xDA96C6) is unknown color: approx Shocking. HEX triplet: DA, 96 and C6. RGB value is (218,150,198). Sum of RGB (Red+Green+Blue) = 218+150+198=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C6 is #256939. Grayscale: #AFAFAF. Windows color (decimal): -2451770 or 13014746. OLE color: 13014746.

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

Color convert

RGB218150198-
CMYK00.310.090.15
HSL317.65º47.89%72.16%-
HSV(B)317.65º31.19%85.49%-
XYZ50.0140.858.66-
YUV175.8140.53158.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=38.52%
G=26.50%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815019800.310.090.15317.6547.8972.16
HexDA96C601F9F13e3048
Octal332226306037111747660110
Binary110110101001011011000110011111100111111001111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96C6; }

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

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

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

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

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

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

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

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