#D98D8D

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

Shades of Petite Orchid #D98D8D

Tints of Petite Orchid #D98D8D

Color information

#D98D8D (or 0xD98D8D) is unknown color: approx Petite Orchid. HEX triplet: D9, 8D and 8D. RGB value is (217,141,141). Sum of RGB (Red+Green+Blue) = 217+141+141=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D8D is #267272. Grayscale: #A3A3A3. Windows color (decimal): -2519667 or 9276889. OLE color: 9276889.

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

Color convert

RGB217141141-
CMYK00.350.350.15
HSL50%70.2%-
HSV(B)35.02%85.1%-
XYZ42.9535.7229.83-
YUV163.72115.18166-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=43.49%
G=28.26%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714114100.350.350.1505070.2
HexD98D8D02323F03246
Octal3312152150434317062106
Binary1101100110001101100011010100011100011111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D8D; }

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

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

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

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

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

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

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

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