#D4908A

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

Shades of Petite Orchid #D4908A

Tints of Petite Orchid #D4908A

Color information

#D4908A (or 0xD4908A) is unknown color: approx Petite Orchid. HEX triplet: D4, 90 and 8A. RGB value is (212,144,138). Sum of RGB (Red+Green+Blue) = 212+144+138=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908A is #2B6F75. Grayscale: #A3A3A3. Windows color (decimal): -2846582 or 9081044. OLE color: 9081044.

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

Color convert

RGB212144138-
CMYK00.320.350.17
HSL4.86º46.25%68.63%-
HSV(B)4.86º34.91%83.14%-
XYZ41.7135.7828.75-
YUV163.65113.53162.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=42.91%
G=29.15%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214413800.320.350.174.8646.2568.63
HexD4908A020231152e45
Octal3242202120404321556105
Binary1101010010010000100010100100000100011100011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4908A; }

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

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

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

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

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

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

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

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