#D4928D

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

Shades of Petite Orchid #D4928D

Tints of Petite Orchid #D4928D

Color information

#D4928D (or 0xD4928D) is unknown color: approx Petite Orchid. HEX triplet: D4, 92 and 8D. RGB value is (212,146,141). Sum of RGB (Red+Green+Blue) = 212+146+141=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4928D is #2B6D72. Grayscale: #A5A5A5. Windows color (decimal): -2846067 or 9278164. OLE color: 9278164.

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

Color convert

RGB212146141-
CMYK00.310.330.17
HSL4.23º45.22%69.22%-
HSV(B)4.23º33.49%83.14%-
XYZ42.2436.4830.01-
YUV165.16114.37161.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=42.48%
G=29.26%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214614100.310.330.174.2345.2269.22
HexD4928D01F211142d45
Octal3242222150374121455105
Binary110101001001001010001101011111100001100011001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4928D; }

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

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

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

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

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

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

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

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