#DA96C2

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

Shades of Shocking #DA96C2

Tints of Shocking #DA96C2

Color information

#DA96C2 (or 0xDA96C2) is unknown color: approx Shocking. HEX triplet: DA, 96 and C2. RGB value is (218,150,194). Sum of RGB (Red+Green+Blue) = 218+150+194=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96C2 is #25693D. Grayscale: #AFAFAF. Windows color (decimal): -2451774 or 12752602. OLE color: 12752602.

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

Color convert

RGB218150194-
CMYK00.310.110.15
HSL321.18º47.89%72.16%-
HSV(B)321.18º31.19%85.49%-
XYZ49.5640.6156.27-
YUV175.35138.53158.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=38.79%
G=26.69%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815019400.310.110.15321.1847.8972.16
HexDA96C201FBF1413048
Octal332226302037131750160110
Binary110110101001011011000010011111101111111010000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96C2; }

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

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

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

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

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

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

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

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