#D2938F

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

Shades of Petite Orchid #D2938F

Tints of Petite Orchid #D2938F

Color information

#D2938F (or 0xD2938F) is unknown color: approx Petite Orchid. HEX triplet: D2, 93 and 8F. RGB value is (210,147,143). Sum of RGB (Red+Green+Blue) = 210+147+143=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2938F is #2D6C70. Grayscale: #A5A5A5. Windows color (decimal): -2976881 or 9409490. OLE color: 9409490.

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

Color convert

RGB210147143-
CMYK00.300.320.18
HSL3.58º42.68%69.22%-
HSV(B)3.58º31.9%82.35%-
XYZ41.9736.5530.83-
YUV165.38115.37159.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=42%
G=29.4%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014714300.300.320.183.5842.6869.22
HexD2938F01E201242b45
Octal3222232170364022453105
Binary110100101001001110001111011110100000100101001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2938F; }

 p { color: rgb(210,147,143); }

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

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

 a { background-color: rgb(210,147,143); }

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

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

 span { border-color: rgb(210,147,143); }

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