#D1928A

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

Shades of Petite Orchid #D1928A

Tints of Petite Orchid #D1928A

Color information

#D1928A (or 0xD1928A) is unknown color: approx Petite Orchid. HEX triplet: D1, 92 and 8A. RGB value is (209,146,138). Sum of RGB (Red+Green+Blue) = 209+146+138=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1928A is #2E6D75. Grayscale: #A4A4A4. Windows color (decimal): -3042678 or 9081553. OLE color: 9081553.

HSL color Cylindrical-coordinate representation of color #D1928A: hue angle of 6.76º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1928A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209146138-
CMYK00.300.340.18
HSL6.76º43.56%68.04%-
HSV(B)6.76º33.97%81.96%-
XYZ41.1635.9528.81-
YUV163.92113.37160.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=42.39%
G=29.61%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914613800.300.340.186.7643.5668.04
HexD1928A01E221272c44
Octal3212222120364222754104
Binary110100011001001010001010011110100010100101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1928A; }

 p { color: rgb(209,146,138); }

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

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

 a { background-color: rgb(209,146,138); }

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

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

 span { border-color: rgb(209,146,138); }

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