#DA96C8

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

Shades of Shocking #DA96C8

Tints of Shocking #DA96C8

Color information

#DA96C8 (or 0xDA96C8) is unknown color: approx Shocking. HEX triplet: DA, 96 and C8. RGB value is (218,150,200). Sum of RGB (Red+Green+Blue) = 218+150+200=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C8 is #256937. Grayscale: #AFAFAF. Windows color (decimal): -2451768 or 13145818. OLE color: 13145818.

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

Color convert

RGB218150200-
CMYK00.310.080.15
HSL315.88º47.89%72.16%-
HSV(B)315.88º31.19%85.49%-
XYZ50.2540.8959.89-
YUV176.03141.53157.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 200 (78.52% from 255) = 35.21%
R=38.38%
G=26.41%
B=35.21%

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
Decimal21815020000.310.080.15315.8847.8972.16
HexDA96C801F8F13c3048
Octal332226310037101747460110
Binary110110101001011011001000011111100011111001111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96C8; }

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

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

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

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

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

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

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

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