#D2918C

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

Shades of Petite Orchid #D2918C

Tints of Petite Orchid #D2918C

Color information

#D2918C (or 0xD2918C) is unknown color: approx Petite Orchid. HEX triplet: D2, 91 and 8C. RGB value is (210,145,140). Sum of RGB (Red+Green+Blue) = 210+145+140=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2918C is #2D6E73. Grayscale: #A3A3A3. Windows color (decimal): -2977396 or 9212370. OLE color: 9212370.

HSL color Cylindrical-coordinate representation of color #D2918C: hue angle of 4.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2918C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210145140-
CMYK00.310.330.18
HSL4.29º43.75%68.63%-
HSV(B)4.29º33.33%82.35%-
XYZ41.4435.8529.55-
YUV163.86114.53160.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=42.42%
G=29.29%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014514000.310.330.184.2943.7568.63
HexD2918C01F211242c45
Octal3222212140374122454105
Binary110100101001000110001100011111100001100101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2918C; }

 p { color: rgb(210,145,140); }

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

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

 a { background-color: rgb(210,145,140); }

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

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

 span { border-color: rgb(210,145,140); }

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