#DD9FBB

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

Shades of Shocking #DD9FBB

Tints of Shocking #DD9FBB

Color information

#DD9FBB (or 0xDD9FBB) is unknown color: approx Shocking. HEX triplet: DD, 9F and BB. RGB value is (221,159,187). Sum of RGB (Red+Green+Blue) = 221+159+187=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FBB is #226044. Grayscale: #B4B4B4. Windows color (decimal): -2252869 or 12296157. OLE color: 12296157.

HSL color Cylindrical-coordinate representation of color #DD9FBB: hue angle of 332.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FBB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221159187-
CMYK00.280.150.13
HSL332.9º47.69%74.51%-
HSV(B)332.9º28.05%86.67%-
XYZ51.1943.7652.76-
YUV180.73131.54156.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=38.98%
G=28.04%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115918700.280.150.13332.947.6974.51
HexDD9FBB01CFD14d304b
Octal335237273034171551560113
Binary110111011001111110111011011100111111011010011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FBB; }

 p { color: rgb(221,159,187); }

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

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

 a { background-color: rgb(221,159,187); }

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

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

 span { border-color: rgb(221,159,187); }

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