#DB948F

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

Shades of Petite Orchid #DB948F

Tints of Petite Orchid #DB948F

Color information

#DB948F (or 0xDB948F) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 8F. RGB value is (219,148,143). Sum of RGB (Red+Green+Blue) = 219+148+143=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB948F is #246B70. Grayscale: #A8A8A8. Windows color (decimal): -2386801 or 9409755. OLE color: 9409755.

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

Color convert

RGB219148143-
CMYK00.320.350.14
HSL3.95º51.35%70.98%-
HSV(B)3.95º34.7%85.88%-
XYZ44.7638.2231.01-
YUV168.66113.52163.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=42.94%
G=29.02%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914814300.320.350.143.9551.3570.98
HexDB948F02023E43347
Octal3332242170404316463107
Binary110110111001010010001111010000010001111101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB948F; }

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

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

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

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

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

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

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

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