#DB928E

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

Shades of Petite Orchid #DB928E

Tints of Petite Orchid #DB928E

Color information

#DB928E (or 0xDB928E) is unknown color: approx Petite Orchid. HEX triplet: DB, 92 and 8E. RGB value is (219,146,142). Sum of RGB (Red+Green+Blue) = 219+146+142=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928E is #246D71. Grayscale: #A7A7A7. Windows color (decimal): -2387314 or 9343707. OLE color: 9343707.

HSL color Cylindrical-coordinate representation of color #DB928E: hue angle of 3.12º degrees, saturation: 0.52, 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 #DB928E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219146142-
CMYK00.330.350.14
HSL3.12º51.68%70.78%-
HSV(B)3.12º35.16%85.88%-
XYZ44.3737.5730.5-
YUV167.37113.68164.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=43.20%
G=28.80%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914614200.330.350.143.1251.6870.78
HexDB928E02123E33447
Octal3332222160414316364107
Binary11011011100100101000111001000011000111110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB928E; }

 p { color: rgb(219,146,142); }

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

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

 a { background-color: rgb(219,146,142); }

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

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

 span { border-color: rgb(219,146,142); }

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