#DD95BF

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

Shades of Shocking #DD95BF

Tints of Shocking #DD95BF

Color information

#DD95BF (or 0xDD95BF) is unknown color: approx Shocking. HEX triplet: DD, 95 and BF. RGB value is (221,149,191). Sum of RGB (Red+Green+Blue) = 221+149+191=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95BF is #226A40. Grayscale: #AFAFAF. Windows color (decimal): -2255425 or 12555741. OLE color: 12555741.

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

Color convert

RGB221149191-
CMYK00.330.140.13
HSL325º51.43%72.55%-
HSV(B)325º32.58%86.67%-
XYZ49.9740.6354.5-
YUV175.32136.85160.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 191 (75% from 255) = 34.05%
R=39.39%
G=26.56%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114919100.330.140.1332551.4372.55
HexDD95BF021ED1453349
Octal335225277041161550563111
Binary1101110110010101101111110100001111011011010001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95BF; }

 p { color: rgb(221,149,191); }

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

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

 a { background-color: rgb(221,149,191); }

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

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

 span { border-color: rgb(221,149,191); }

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