#D4938A

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

Shades of Petite Orchid #D4938A

Tints of Petite Orchid #D4938A

Color information

#D4938A (or 0xD4938A) is unknown color: approx Petite Orchid. HEX triplet: D4, 93 and 8A. RGB value is (212,147,138). Sum of RGB (Red+Green+Blue) = 212+147+138=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4938A is #2B6C75. Grayscale: #A5A5A5. Windows color (decimal): -2845814 or 9081812. OLE color: 9081812.

HSL color Cylindrical-coordinate representation of color #D4938A: hue angle of 7.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4938A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212147138-
CMYK00.310.350.17
HSL7.3º46.25%68.63%-
HSV(B)7.3º34.91%83.14%-
XYZ42.1736.728.91-
YUV165.41112.53161.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=42.66%
G=29.58%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214713800.310.350.177.346.2568.63
HexD4938A01F231172e45
Octal3242232120374321756105
Binary110101001001001110001010011111100011100011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4938A; }

 p { color: rgb(212,147,138); }

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

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

 a { background-color: rgb(212,147,138); }

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

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

 span { border-color: rgb(212,147,138); }

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