#DD9795

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

Shades of Petite Orchid #DD9795

Tints of Petite Orchid #DD9795

Color information

#DD9795 (or 0xDD9795) is unknown color: approx Petite Orchid. HEX triplet: DD, 97 and 95. RGB value is (221,151,149). Sum of RGB (Red+Green+Blue) = 221+151+149=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9795 is #22686A. Grayscale: #ABABAB. Windows color (decimal): -2254955 or 9803741. OLE color: 9803741.

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

Color convert

RGB221151149-
CMYK00.320.330.13
HSL1.67º51.43%72.55%-
HSV(B)1.67º32.58%86.67%-
XYZ46.3139.6833.65-
YUV171.7115.19163.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=42.42%
G=28.98%
B=28.60%

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
Decimal22115114900.320.330.131.6751.4372.55
HexDD979502021D23349
Octal3352272250404115263111
Binary11011101100101111001010101000001000011101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9795; }

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

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

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

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

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

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

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

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