#D09990

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

Shades of Petite Orchid #D09990

Tints of Petite Orchid #D09990

Color information

#D09990 (or 0xD09990) is unknown color: approx Petite Orchid. HEX triplet: D0, 99 and 90. RGB value is (208,153,144). Sum of RGB (Red+Green+Blue) = 208+153+144=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09990 is #2F666F. Grayscale: #A8A8A8. Windows color (decimal): -3106416 or 9476560. OLE color: 9476560.

HSL color Cylindrical-coordinate representation of color #D09990: hue angle of 8.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09990 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208153144-
CMYK00.260.310.18
HSL8.44º40.51%69.02%-
HSV(B)8.44º30.77%81.57%-
XYZ42.4438.2131.52-
YUV168.42114.22156.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=41.19%
G=30.30%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815314400.260.310.188.4440.5169.02
HexD0999001A1F1282945
Octal32023122003237221051105
Binary110100001001100110010000011010111111001010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09990; }

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

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

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

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

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

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

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

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