#D99898

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

Shades of Petite Orchid #D99898

Tints of Petite Orchid #D99898

Color information

#D99898 (or 0xD99898) is unknown color: approx Petite Orchid. HEX triplet: D9, 98 and 98. RGB value is (217,152,152). Sum of RGB (Red+Green+Blue) = 217+152+152=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D99898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99898 is #266767. Grayscale: #ABABAB. Windows color (decimal): -2516840 or 10000601. OLE color: 10000601.

HSL color Cylindrical-coordinate representation of color #D99898: hue angle of 0º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99898 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217152152-
CMYK00.300.300.15
HSL46.1%72.35%-
HSV(B)29.95%85.1%-
XYZ45.5139.4834.93-
YUV171.43117.03160.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=41.65%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715215200.300.300.15046.172.35
HexD9989801E1EF02e48
Octal3312302300363617056110
Binary11011001100110001001100001111011110111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99898; }

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

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

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

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

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

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

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

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