#DD97B5

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

Shades of Shocking #DD97B5

Tints of Shocking #DD97B5

Color information

#DD97B5 (or 0xDD97B5) is unknown color: approx Shocking. HEX triplet: DD, 97 and B5. RGB value is (221,151,181). Sum of RGB (Red+Green+Blue) = 221+151+181=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97B5 is #22684A. Grayscale: #AFAFAF. Windows color (decimal): -2254923 or 11900893. OLE color: 11900893.

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

Color convert

RGB221151181-
CMYK00.320.180.13
HSL334.29º50.72%72.94%-
HSV(B)334.29º31.67%86.67%-
XYZ49.2340.8449-
YUV175.35131.19160.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 181 (71.09% from 255) = 32.73%
R=39.96%
G=27.31%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115118100.320.180.13334.2950.7272.94
HexDD97B502012D14e3349
Octal335227265040221551663111
Binary11011101100101111011010101000001001011011010011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97B5; }

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

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

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

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

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

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

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

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