#DD9695

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

Shades of Petite Orchid #DD9695

Tints of Petite Orchid #DD9695

Color information

#DD9695 (or 0xDD9695) is unknown color: approx Petite Orchid. HEX triplet: DD, 96 and 95. RGB value is (221,150,149). Sum of RGB (Red+Green+Blue) = 221+150+149=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9695 is #22696A. Grayscale: #ABABAB. Windows color (decimal): -2255211 or 9803485. OLE color: 9803485.

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

Color convert

RGB221150149-
CMYK00.320.330.13
HSL0.83º51.43%72.55%-
HSV(B)0.83º32.58%86.67%-
XYZ46.1539.3533.6-
YUV171.11115.52163.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=42.5%
G=28.85%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115014900.320.330.130.8351.4372.55
HexDD969502021D13349
Octal3352262250404115163111
Binary1101110110010110100101010100000100001110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9695; }

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

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

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

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

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

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

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

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