#DD97BE

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

Shades of Shocking #DD97BE

Tints of Shocking #DD97BE

Color information

#DD97BE (or 0xDD97BE) is unknown color: approx Shocking. HEX triplet: DD, 97 and BE. RGB value is (221,151,190). Sum of RGB (Red+Green+Blue) = 221+151+190=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97BE is #226841. Grayscale: #B0B0B0. Windows color (decimal): -2254914 or 12490717. OLE color: 12490717.

HSL color Cylindrical-coordinate representation of color #DD97BE: hue angle of 326.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97BE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221151190-
CMYK00.320.140.13
HSL326.57º50.72%72.94%-
HSV(B)326.57º31.67%86.67%-
XYZ50.1841.2254.03-
YUV176.38135.69159.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=39.32%
G=26.87%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115119000.320.140.13326.5750.7272.94
HexDD97BE020ED1473349
Octal335227276040161550763111
Binary1101110110010111101111100100000111011011010001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97BE; }

 p { color: rgb(221,151,190); }

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

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

 a { background-color: rgb(221,151,190); }

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

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

 span { border-color: rgb(221,151,190); }

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