#DB928B

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

Shades of Petite Orchid #DB928B

Tints of Petite Orchid #DB928B

Color information

#DB928B (or 0xDB928B) is unknown color: approx Petite Orchid. HEX triplet: DB, 92 and 8B. RGB value is (219,146,139). Sum of RGB (Red+Green+Blue) = 219+146+139=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB928B is #246D74. Grayscale: #A7A7A7. Windows color (decimal): -2387317 or 9147099. OLE color: 9147099.

HSL color Cylindrical-coordinate representation of color #DB928B: hue angle of 5.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB928B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219146139-
CMYK00.330.370.14
HSL5.25º52.63%70.2%-
HSV(B)5.25º36.53%85.88%-
XYZ44.1537.4829.33-
YUV167.03112.18165.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=43.45%
G=28.97%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914613900.330.370.145.2552.6370.2
HexDB928B02125E53546
Octal3332222130414516565106
Binary110110111001001010001011010000110010111101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB928B; }

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

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

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

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

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

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

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

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