#DA96B6

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

Shades of Shocking #DA96B6

Tints of Shocking #DA96B6

Color information

#DA96B6 (or 0xDA96B6) is unknown color: approx Shocking. HEX triplet: DA, 96 and B6. RGB value is (218,150,182). Sum of RGB (Red+Green+Blue) = 218+150+182=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96B6 is #256949. Grayscale: #ADADAD. Windows color (decimal): -2451786 or 11966170. OLE color: 11966170.

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

Color convert

RGB218150182-
CMYK00.310.170.15
HSL331.76º47.89%72.16%-
HSV(B)331.76º31.19%85.49%-
XYZ48.2640.149.45-
YUV173.98132.53159.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=39.64%
G=27.27%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815018200.310.170.15331.7647.8972.16
HexDA96B601F11F14c3048
Octal332226266037211751460110
Binary1101101010010110101101100111111000111111010011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96B6; }

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

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

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

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

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

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

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

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