#D4908D

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

Shades of Petite Orchid #D4908D

Tints of Petite Orchid #D4908D

Color information

#D4908D (or 0xD4908D) is unknown color: approx Petite Orchid. HEX triplet: D4, 90 and 8D. RGB value is (212,144,141). Sum of RGB (Red+Green+Blue) = 212+144+141=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908D is #2B6F72. Grayscale: #A4A4A4. Windows color (decimal): -2846579 or 9277652. OLE color: 9277652.

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

Color convert

RGB212144141-
CMYK00.320.330.17
HSL2.54º45.22%69.22%-
HSV(B)2.54º33.49%83.14%-
XYZ41.9335.8729.91-
YUV163.99115.03162.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=42.66%
G=28.97%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214414100.320.330.172.5445.2269.22
HexD4908D020211132d45
Octal3242202150404121355105
Binary110101001001000010001101010000010000110001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4908D; }

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

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

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

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

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

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

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

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