#D99A98

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

Shades of Petite Orchid #D99A98

Tints of Petite Orchid #D99A98

Color information

#D99A98 (or 0xD99A98) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 98. RGB value is (217,154,152). Sum of RGB (Red+Green+Blue) = 217+154+152=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A98 is #266567. Grayscale: #ACACAC. Windows color (decimal): -2516328 or 10001113. OLE color: 10001113.

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

Color convert

RGB217154152-
CMYK00.290.300.15
HSL1.85º46.1%72.35%-
HSV(B)1.85º29.95%85.1%-
XYZ45.8440.1335.04-
YUV172.61116.37159.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=41.49%
G=29.45%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715415200.290.300.151.8546.172.35
HexD99A9801D1EF22e48
Octal3312322300353617256110
Binary110110011001101010011000011101111101111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A98; }

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

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

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

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

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

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

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

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