#D3908A

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

Shades of Petite Orchid #D3908A

Tints of Petite Orchid #D3908A

Color information

#D3908A (or 0xD3908A) is unknown color: approx Petite Orchid. HEX triplet: D3, 90 and 8A. RGB value is (211,144,138). Sum of RGB (Red+Green+Blue) = 211+144+138=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3908A is #2C6F75. Grayscale: #A3A3A3. Windows color (decimal): -2912118 or 9081043. OLE color: 9081043.

HSL color Cylindrical-coordinate representation of color #D3908A: hue angle of 4.93º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3908A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB211144138-
CMYK00.320.350.17
HSL4.93º45.34%68.43%-
HSV(B)4.93º34.6%82.75%-
XYZ41.4235.6328.74-
YUV163.35113.7161.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=42.80%
G=29.21%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114413800.320.350.174.9345.3468.43
HexD3908A020231152d44
Octal3232202120404321555104
Binary1101001110010000100010100100000100011100011011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3908A; }

 p { color: rgb(211,144,138); }

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

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

 a { background-color: rgb(211,144,138); }

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

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

 span { border-color: rgb(211,144,138); }

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