#D99998

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

Shades of Petite Orchid #D99998

Tints of Petite Orchid #D99998

Color information

#D99998 (or 0xD99998) is unknown color: approx Petite Orchid. HEX triplet: D9, 99 and 98. RGB value is (217,153,152). Sum of RGB (Red+Green+Blue) = 217+153+152=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D99998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99998 is #266667. Grayscale: #ACACAC. Windows color (decimal): -2516584 or 10000857. OLE color: 10000857.

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

Color convert

RGB217153152-
CMYK00.290.300.15
HSL0.92º46.1%72.35%-
HSV(B)0.92º29.95%85.1%-
XYZ45.6739.834.98-
YUV172.02116.7160.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=41.57%
G=29.31%
B=29.12%

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
Decimal21715315200.290.300.150.9246.172.35
HexD9999801D1EF12e48
Octal3312312300353617156110
Binary11011001100110011001100001110111110111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99998; }

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

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

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

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

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

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

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

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