#D48F8A

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

Shades of Petite Orchid #D48F8A

Tints of Petite Orchid #D48F8A

Color information

#D48F8A (or 0xD48F8A) is unknown color: approx Petite Orchid. HEX triplet: D4, 8F and 8A. RGB value is (212,143,138). Sum of RGB (Red+Green+Blue) = 212+143+138=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F8A is #2B7075. Grayscale: #A3A3A3. Windows color (decimal): -2846838 or 9080788. OLE color: 9080788.

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

Color convert

RGB212143138-
CMYK00.330.350.17
HSL4.05º46.25%68.63%-
HSV(B)4.05º34.91%83.14%-
XYZ41.5635.4828.7-
YUV163.06113.86162.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=43.00%
G=29.01%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214313800.330.350.174.0546.2568.63
HexD48F8A021231142e45
Octal3242172120414321456105
Binary1101010010001111100010100100001100011100011001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F8A; }

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

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

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

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

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

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

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

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