#DA97B7

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

Shades of Shocking #DA97B7

Tints of Shocking #DA97B7

Color information

#DA97B7 (or 0xDA97B7) is unknown color: approx Shocking. HEX triplet: DA, 97 and B7. RGB value is (218,151,183). Sum of RGB (Red+Green+Blue) = 218+151+183=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97B7 is #256848. Grayscale: #AEAEAE. Windows color (decimal): -2451529 or 12031962. OLE color: 12031962.

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

Color convert

RGB218151183-
CMYK00.310.160.15
HSL331.34º47.52%72.35%-
HSV(B)331.34º30.73%85.49%-
XYZ48.5340.4650.05-
YUV174.68132.7158.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=39.49%
G=27.36%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815118300.310.160.15331.3447.5272.35
HexDA97B701F10F14b3048
Octal332227267037201751360110
Binary1101101010010111101101110111111000011111010010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97B7; }

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

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

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

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

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

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

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

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