#D48F8B

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

Shades of Petite Orchid #D48F8B

Tints of Petite Orchid #D48F8B

Color information

#D48F8B (or 0xD48F8B) is unknown color: approx Petite Orchid. HEX triplet: D4, 8F and 8B. RGB value is (212,143,139). Sum of RGB (Red+Green+Blue) = 212+143+139=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F8B is #2B7074. Grayscale: #A3A3A3. Windows color (decimal): -2846837 or 9146324. OLE color: 9146324.

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

Color convert

RGB212143139-
CMYK00.330.340.17
HSL3.29º45.91%68.82%-
HSV(B)3.29º34.43%83.14%-
XYZ41.6335.5129.09-
YUV163.17114.36162.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=42.91%
G=28.95%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214313900.330.340.173.2945.9168.82
HexD48F8B021221132e45
Octal3242172130414221356105
Binary110101001000111110001011010000110001010001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F8B; }

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

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

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

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

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

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

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

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