#D0928B

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

Shades of Petite Orchid #D0928B

Tints of Petite Orchid #D0928B

Color information

#D0928B (or 0xD0928B) is unknown color: approx Petite Orchid. HEX triplet: D0, 92 and 8B. RGB value is (208,146,139). Sum of RGB (Red+Green+Blue) = 208+146+139=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928B is #2F6D74. Grayscale: #A3A3A3. Windows color (decimal): -3108213 or 9147088. OLE color: 9147088.

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

Color convert

RGB208146139-
CMYK00.300.330.18
HSL6.09º42.33%68.04%-
HSV(B)6.09º33.17%81.57%-
XYZ40.9535.8329.18-
YUV163.74114.04159.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=42.19%
G=29.61%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814613900.300.330.186.0942.3368.04
HexD0928B01E211262a44
Octal3202222130364122652104
Binary110100001001001010001011011110100001100101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0928B; }

 p { color: rgb(208,146,139); }

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

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

 a { background-color: rgb(208,146,139); }

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

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

 span { border-color: rgb(208,146,139); }

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