#D3948D

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

Shades of Petite Orchid #D3948D

Tints of Petite Orchid #D3948D

Color information

#D3948D (or 0xD3948D) is unknown color: approx Petite Orchid. HEX triplet: D3, 94 and 8D. RGB value is (211,148,141). Sum of RGB (Red+Green+Blue) = 211+148+141=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3948D is #2C6B72. Grayscale: #A6A6A6. Windows color (decimal): -2911091 or 9278675. OLE color: 9278675.

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

Color convert

RGB211148141-
CMYK00.300.330.17
HSL44.3%69.02%-
HSV(B)33.18%82.75%-
XYZ42.2636.9530.1-
YUV166.04113.87160.07-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=42.2%
G=29.6%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114814100.300.330.17644.369.02
HexD3948D01E211162c45
Octal3232242150364121654105
Binary110100111001010010001101011110100001100011101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3948D; }

 p { color: rgb(211,148,141); }

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

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

 a { background-color: rgb(211,148,141); }

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

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

 span { border-color: rgb(211,148,141); }

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