#DA97C7

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

Shades of Shocking #DA97C7

Tints of Shocking #DA97C7

Color information

#DA97C7 (or 0xDA97C7) is unknown color: approx Shocking. HEX triplet: DA, 97 and C7. RGB value is (218,151,199). Sum of RGB (Red+Green+Blue) = 218+151+199=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97C7 is #256838. Grayscale: #B0B0B0. Windows color (decimal): -2451513 or 13080538. OLE color: 13080538.

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

Color convert

RGB218151199-
CMYK00.310.090.15
HSL317.01º47.52%72.35%-
HSV(B)317.01º30.73%85.49%-
XYZ50.2941.1659.33-
YUV176.51140.7157.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=38.38%
G=26.58%
B=35.04%

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
Decimal21815119900.310.090.15317.0147.5272.35
HexDA97C701F9F13d3048
Octal332227307037111747560110
Binary110110101001011111000111011111100111111001111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97C7; }

 p { color: rgb(218,151,199); }

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

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

 a { background-color: rgb(218,151,199); }

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

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

 span { border-color: rgb(218,151,199); }

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