#D48E8D

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

Shades of Petite Orchid #D48E8D

Tints of Petite Orchid #D48E8D

Color information

#D48E8D (or 0xD48E8D) is unknown color: approx Petite Orchid. HEX triplet: D4, 8E and 8D. RGB value is (212,142,141). Sum of RGB (Red+Green+Blue) = 212+142+141=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E8D is #2B7172. Grayscale: #A2A2A2. Windows color (decimal): -2847091 or 9277140. OLE color: 9277140.

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

Color convert

RGB212142141-
CMYK00.330.330.17
HSL0.85º45.22%69.22%-
HSV(B)0.85º33.49%83.14%-
XYZ41.6335.2729.81-
YUV162.82115.69163.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=42.83%
G=28.69%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214214100.330.330.170.8545.2269.22
HexD48E8D021211112d45
Octal3242162150414121155105
Binary11010100100011101000110101000011000011000111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E8D; }

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

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

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

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

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

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

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

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