#DD9892

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

Shades of Petite Orchid #DD9892

Tints of Petite Orchid #DD9892

Color information

#DD9892 (or 0xDD9892) is unknown color: approx Petite Orchid. HEX triplet: DD, 98 and 92. RGB value is (221,152,146). Sum of RGB (Red+Green+Blue) = 221+152+146=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9892 is #22676D. Grayscale: #ACACAC. Windows color (decimal): -2254702 or 9607389. OLE color: 9607389.

HSL color Cylindrical-coordinate representation of color #DD9892: hue angle of 4.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9892 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221152146-
CMYK00.310.340.13
HSL4.8º52.45%71.96%-
HSV(B)4.8º33.94%86.67%-
XYZ46.2439.932.46-
YUV171.95113.36162.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=42.58%
G=29.29%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115214600.310.340.134.852.4571.96
HexDD989201F22D53448
Octal3352302220374215564110
Binary11011101100110001001001001111110001011011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9892; }

 p { color: rgb(221,152,146); }

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

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

 a { background-color: rgb(221,152,146); }

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

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

 span { border-color: rgb(221,152,146); }

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