#D4938F

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

Shades of Petite Orchid #D4938F

Tints of Petite Orchid #D4938F

Color information

#D4938F (or 0xD4938F) is unknown color: approx Petite Orchid. HEX triplet: D4, 93 and 8F. RGB value is (212,147,143). Sum of RGB (Red+Green+Blue) = 212+147+143=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4938F is #2B6C70. Grayscale: #A6A6A6. Windows color (decimal): -2845809 or 9409492. OLE color: 9409492.

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

Color convert

RGB212147143-
CMYK00.310.330.17
HSL3.48º44.52%69.61%-
HSV(B)3.48º32.55%83.14%-
XYZ42.5436.8530.86-
YUV165.98115.03160.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=42.23%
G=29.28%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214714300.310.330.173.4844.5269.61
HexD4938F01F211132d46
Octal3242232170374121355106
Binary11010100100100111000111101111110000110001111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4938F; }

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

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

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

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

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

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

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

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