#DD9FC7

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

Shades of Shocking #DD9FC7

Tints of Shocking #DD9FC7

Color information

#DD9FC7 (or 0xDD9FC7) is unknown color: approx Shocking. HEX triplet: DD, 9F and C7. RGB value is (221,159,199). Sum of RGB (Red+Green+Blue) = 221+159+199=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FC7 is #226038. Grayscale: #B6B6B6. Windows color (decimal): -2252857 or 13082589. OLE color: 13082589.

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

Color convert

RGB221159199-
CMYK00.280.100.13
HSL321.29º47.69%74.51%-
HSV(B)321.29º28.05%86.67%-
XYZ52.5344.2959.81-
YUV182.1137.54155.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=38.17%
G=27.46%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115919900.280.100.13321.2947.6974.51
HexDD9FC701CAD141304b
Octal335237307034121550160113
Binary110111011001111111000111011100101011011010000011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FC7; }

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

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

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

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

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

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

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

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