#D2958E

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

Shades of Petite Orchid #D2958E

Tints of Petite Orchid #D2958E

Color information

#D2958E (or 0xD2958E) is unknown color: approx Petite Orchid. HEX triplet: D2, 95 and 8E. RGB value is (210,149,142). Sum of RGB (Red+Green+Blue) = 210+149+142=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2958E is #2D6A71. Grayscale: #A6A6A6. Windows color (decimal): -2976370 or 9344466. OLE color: 9344466.

HSL color Cylindrical-coordinate representation of color #D2958E: hue angle of 6.18º degrees, saturation: 0.43, 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 #D2958E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210149142-
CMYK00.290.320.18
HSL6.18º43.04%69.02%-
HSV(B)6.18º32.38%82.35%-
XYZ42.2137.1530.54-
YUV166.44114.21159.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=41.92%
G=29.74%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014914200.290.320.186.1843.0469.02
HexD2958E01D201262b45
Octal3222252160354022653105
Binary110100101001010110001110011101100000100101101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2958E; }

 p { color: rgb(210,149,142); }

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

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

 a { background-color: rgb(210,149,142); }

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

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

 span { border-color: rgb(210,149,142); }

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