#DB9990

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

Shades of Petite Orchid #DB9990

Tints of Petite Orchid #DB9990

Color information

#DB9990 (or 0xDB9990) is unknown color: approx Petite Orchid. HEX triplet: DB, 99 and 90. RGB value is (219,153,144). Sum of RGB (Red+Green+Blue) = 219+153+144=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9990 is #24666F. Grayscale: #ABABAB. Windows color (decimal): -2385520 or 9476571. OLE color: 9476571.

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

Color convert

RGB219153144-
CMYK00.300.340.14
HSL7.2º51.02%71.18%-
HSV(B)7.2º34.25%85.88%-
XYZ45.6439.8631.67-
YUV171.71112.37161.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=42.44%
G=29.65%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915314400.300.340.147.251.0271.18
HexDB999001E22E73347
Octal3332312200364216763107
Binary11011011100110011001000001111010001011101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9990; }

 p { color: rgb(219,153,144); }

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

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

 a { background-color: rgb(219,153,144); }

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

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

 span { border-color: rgb(219,153,144); }

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