#D4918D

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

Shades of Petite Orchid #D4918D

Tints of Petite Orchid #D4918D

Color information

#D4918D (or 0xD4918D) is unknown color: approx Petite Orchid. HEX triplet: D4, 91 and 8D. RGB value is (212,145,141). Sum of RGB (Red+Green+Blue) = 212+145+141=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4918D is #2B6E72. Grayscale: #A4A4A4. Windows color (decimal): -2846323 or 9277908. OLE color: 9277908.

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

Color convert

RGB212145141-
CMYK00.320.330.17
HSL3.38º45.22%69.22%-
HSV(B)3.38º33.49%83.14%-
XYZ42.0836.1729.96-
YUV164.58114.7161.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=42.57%
G=29.12%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214514100.320.330.173.3845.2269.22
HexD4918D020211132d45
Octal3242212150404121355105
Binary110101001001000110001101010000010000110001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4918D; }

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

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

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

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

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

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

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

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