#D3918B

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

Shades of Petite Orchid #D3918B

Tints of Petite Orchid #D3918B

Color information

#D3918B (or 0xD3918B) is unknown color: approx Petite Orchid. HEX triplet: D3, 91 and 8B. RGB value is (211,145,139). Sum of RGB (Red+Green+Blue) = 211+145+139=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3918B is #2C6E74. Grayscale: #A4A4A4. Windows color (decimal): -2911861 or 9146835. OLE color: 9146835.

HSL color Cylindrical-coordinate representation of color #D3918B: hue angle of 5º degrees, saturation: 0.45, 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 #D3918B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211145139-
CMYK00.310.340.17
HSL45%68.63%-
HSV(B)34.12%82.75%-
XYZ41.6535.9629.17-
YUV164.05113.87161.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=42.63%
G=29.29%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114513900.310.340.1754568.63
HexD3918B01F221152d45
Octal3232212130374221555105
Binary110100111001000110001011011111100010100011011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3918B; }

 p { color: rgb(211,145,139); }

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

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

 a { background-color: rgb(211,145,139); }

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

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

 span { border-color: rgb(211,145,139); }

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