#D1908F

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

Shades of Petite Orchid #D1908F

Tints of Petite Orchid #D1908F

Color information

#D1908F (or 0xD1908F) is unknown color: approx Petite Orchid. HEX triplet: D1, 90 and 8F. RGB value is (209,144,143). Sum of RGB (Red+Green+Blue) = 209+144+143=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1908F is #2E6F70. Grayscale: #A3A3A3. Windows color (decimal): -3043185 or 9408721. OLE color: 9408721.

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

Color convert

RGB209144143-
CMYK00.310.320.18
HSL0.91º41.77%69.02%-
HSV(B)0.91º31.58%81.96%-
XYZ41.2335.4930.66-
YUV163.32116.53160.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=42.14%
G=29.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914414300.310.320.180.9141.7769.02
HexD1908F01F201212a45
Octal3212202170374022152105
Binary1101000110010000100011110111111000001001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1908F; }

 p { color: rgb(209,144,143); }

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

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

 a { background-color: rgb(209,144,143); }

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

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

 span { border-color: rgb(209,144,143); }

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