#DD928D

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

Shades of Petite Orchid #DD928D

Tints of Petite Orchid #DD928D

Color information

#DD928D (or 0xDD928D) is unknown color: approx Petite Orchid. HEX triplet: DD, 92 and 8D. RGB value is (221,146,141). Sum of RGB (Red+Green+Blue) = 221+146+141=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928D is #226D72. Grayscale: #A7A7A7. Windows color (decimal): -2256243 or 9278173. OLE color: 9278173.

HSL color Cylindrical-coordinate representation of color #DD928D: hue angle of 3.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD928D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221146141-
CMYK00.340.360.13
HSL3.75º54.05%70.98%-
HSV(B)3.75º36.2%86.67%-
XYZ44.9137.8530.14-
YUV167.86112.85165.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=43.50%
G=28.74%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114614100.340.360.133.7554.0570.98
HexDD928D02224D43647
Octal3352222150424415466107
Binary110111011001001010001101010001010010011011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD928D; }

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

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

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

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

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

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

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

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