#DB978F

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

Shades of Petite Orchid #DB978F

Tints of Petite Orchid #DB978F

Color information

#DB978F (or 0xDB978F) is unknown color: approx Petite Orchid. HEX triplet: DB, 97 and 8F. RGB value is (219,151,143). Sum of RGB (Red+Green+Blue) = 219+151+143=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB978F is #246870. Grayscale: #AAAAAA. Windows color (decimal): -2386033 or 9410523. OLE color: 9410523.

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

Color convert

RGB219151143-
CMYK00.310.350.14
HSL6.32º51.35%70.98%-
HSV(B)6.32º34.7%85.88%-
XYZ45.2439.1831.16-
YUV170.42112.53162.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=42.69%
G=29.43%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915114300.310.350.146.3251.3570.98
HexDB978F01F23E63347
Octal3332272170374316663107
Binary11011011100101111000111101111110001111101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB978F; }

 p { color: rgb(219,151,143); }

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

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

 a { background-color: rgb(219,151,143); }

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

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

 span { border-color: rgb(219,151,143); }

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