#DA96B9

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

Shades of Shocking #DA96B9

Tints of Shocking #DA96B9

Color information

#DA96B9 (or 0xDA96B9) is unknown color: approx Shocking. HEX triplet: DA, 96 and B9. RGB value is (218,150,185). Sum of RGB (Red+Green+Blue) = 218+150+185=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96B9 is #256946. Grayscale: #AEAEAE. Windows color (decimal): -2451783 or 12162778. OLE color: 12162778.

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

Color convert

RGB218150185-
CMYK00.310.150.15
HSL329.12º47.89%72.16%-
HSV(B)329.12º31.19%85.49%-
XYZ48.5840.2251.1-
YUV174.32134.03159.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=39.42%
G=27.12%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815018500.310.150.15329.1247.8972.16
HexDA96B901FFF1493048
Octal332226271037171751160110
Binary110110101001011010111001011111111111111010010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96B9; }

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

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

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

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

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

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

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

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