#DA97BD

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

Shades of Shocking #DA97BD

Tints of Shocking #DA97BD

Color information

#DA97BD (or 0xDA97BD) is unknown color: approx Shocking. HEX triplet: DA, 97 and BD. RGB value is (218,151,189). Sum of RGB (Red+Green+Blue) = 218+151+189=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA97BD is #256842. Grayscale: #AFAFAF. Windows color (decimal): -2451523 or 12425178. OLE color: 12425178.

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

Color convert

RGB218151189-
CMYK00.310.130.15
HSL325.97º47.52%72.35%-
HSV(B)325.97º30.73%85.49%-
XYZ49.1740.7153.41-
YUV175.36135.7158.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=39.07%
G=27.06%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815118900.310.130.15325.9747.5272.35
HexDA97BD01FDF1463048
Octal332227275037151750660110
Binary110110101001011110111101011111110111111010001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97BD; }

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

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

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

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

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

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

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

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