#D09998

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

Shades of Petite Orchid #D09998

Tints of Petite Orchid #D09998

Color information

#D09998 (or 0xD09998) is unknown color: approx Petite Orchid. HEX triplet: D0, 99 and 98. RGB value is (208,153,152). Sum of RGB (Red+Green+Blue) = 208+153+152=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D09998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09998 is #2F6667. Grayscale: #A9A9A9. Windows color (decimal): -3106408 or 10000848. OLE color: 10000848.

HSL color Cylindrical-coordinate representation of color #D09998: hue angle of 1.07º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09998 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208153152-
CMYK00.260.270.18
HSL1.07º37.33%70.59%-
HSV(B)1.07º26.92%81.57%-
XYZ43.0738.4634.86-
YUV169.33118.22155.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=40.55%
G=29.82%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815315200.260.270.181.0737.3370.59
HexD0999801A1B1212547
Octal3202312300323322145107
Binary110100001001100110011000011010110111001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09998; }

 p { color: rgb(208,153,152); }

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

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

 a { background-color: rgb(208,153,152); }

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

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

 span { border-color: rgb(208,153,152); }

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