#DB9F98

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

Shades of Petite Orchid #DB9F98

Tints of Petite Orchid #DB9F98

Color information

#DB9F98 (or 0xDB9F98) is unknown color: approx Petite Orchid. HEX triplet: DB, 9F and 98. RGB value is (219,159,152). Sum of RGB (Red+Green+Blue) = 219+159+152=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F98 is #246067. Grayscale: #B0B0B0. Windows color (decimal): -2383976 or 10002395. OLE color: 10002395.

HSL color Cylindrical-coordinate representation of color #DB9F98: hue angle of 6.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9F98 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219159152-
CMYK00.270.310.14
HSL6.27º48.2%72.75%-
HSV(B)6.27º30.59%85.88%-
XYZ47.2842.1235.34-
YUV176.14114.38158.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=41.32%
G=30%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915915200.270.310.146.2748.272.75
HexDB9F9801B1FE63049
Octal3332372300333716660111
Binary1101101110011111100110000110111111111101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F98; }

 p { color: rgb(219,159,152); }

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

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

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

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

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

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

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