#D9948E

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

Shades of Petite Orchid #D9948E

Tints of Petite Orchid #D9948E

Color information

#D9948E (or 0xD9948E) is unknown color: approx Petite Orchid. HEX triplet: D9, 94 and 8E. RGB value is (217,148,142). Sum of RGB (Red+Green+Blue) = 217+148+142=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9948E is #266B71. Grayscale: #A8A8A8. Windows color (decimal): -2517874 or 9344217. OLE color: 9344217.

HSL color Cylindrical-coordinate representation of color #D9948E: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9948E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217148142-
CMYK00.320.350.15
HSL4.8º49.67%70.39%-
HSV(B)4.8º34.56%85.1%-
XYZ44.0937.8830.58-
YUV167.95113.36162.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=42.80%
G=29.19%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714814200.320.350.154.849.6770.39
HexD9948E02023F53246
Octal3312242160404317562106
Binary110110011001010010001110010000010001111111011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9948E; }

 p { color: rgb(217,148,142); }

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

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

 a { background-color: rgb(217,148,142); }

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

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

 span { border-color: rgb(217,148,142); }

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