#D2938C

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

Shades of Petite Orchid #D2938C

Tints of Petite Orchid #D2938C

Color information

#D2938C (or 0xD2938C) is unknown color: approx Petite Orchid. HEX triplet: D2, 93 and 8C. RGB value is (210,147,140). Sum of RGB (Red+Green+Blue) = 210+147+140=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2938C is #2D6C73. Grayscale: #A5A5A5. Windows color (decimal): -2976884 or 9212882. OLE color: 9212882.

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

Color convert

RGB210147140-
CMYK00.300.330.18
HSL43.75%68.63%-
HSV(B)33.33%82.35%-
XYZ41.7536.4629.65-
YUV165.04113.87160.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=42.25%
G=29.58%
B=28.17%

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
Decimal21014714000.300.330.18643.7568.63
HexD2938C01E211262c45
Octal3222232140364122654105
Binary110100101001001110001100011110100001100101101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2938C; }

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

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

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

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

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

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

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

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