#D09898

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

Shades of Petite Orchid #D09898

Tints of Petite Orchid #D09898

Color information

#D09898 (or 0xD09898) is unknown color: approx Petite Orchid. HEX triplet: D0, 98 and 98. RGB value is (208,152,152). Sum of RGB (Red+Green+Blue) = 208+152+152=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09898 is #2F6767. Grayscale: #A8A8A8. Windows color (decimal): -3106664 or 10000592. OLE color: 10000592.

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

Color convert

RGB208152152-
CMYK00.270.270.18
HSL37.33%70.59%-
HSV(B)26.92%81.57%-
XYZ42.9138.1334.8-
YUV168.74118.55156-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=40.62%
G=29.69%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815215200.270.270.18037.3370.59
HexD0989801B1B1202547
Octal3202302300333322045107
Binary110100001001100010011000011011110111001001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09898; }

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

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

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

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

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

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

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

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