#D2928C

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

Shades of Petite Orchid #D2928C

Tints of Petite Orchid #D2928C

Color information

#D2928C (or 0xD2928C) is unknown color: approx Petite Orchid. HEX triplet: D2, 92 and 8C. RGB value is (210,146,140). Sum of RGB (Red+Green+Blue) = 210+146+140=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2928C is #2D6D73. Grayscale: #A4A4A4. Windows color (decimal): -2977140 or 9212626. OLE color: 9212626.

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

Color convert

RGB210146140-
CMYK00.300.330.18
HSL5.14º43.75%68.63%-
HSV(B)5.14º33.33%82.35%-
XYZ41.5936.1529.6-
YUV164.45114.2160.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=42.34%
G=29.44%
B=28.23%

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
Decimal21014614000.300.330.185.1443.7568.63
HexD2928C01E211252c45
Octal3222222140364122554105
Binary110100101001001010001100011110100001100101011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2928C; }

 p { color: rgb(210,146,140); }

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

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

 a { background-color: rgb(210,146,140); }

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

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

 span { border-color: rgb(210,146,140); }

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