#DD928C

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

Shades of Petite Orchid #DD928C

Tints of Petite Orchid #DD928C

Color information

#DD928C (or 0xDD928C) is unknown color: approx Petite Orchid. HEX triplet: DD, 92 and 8C. RGB value is (221,146,140). Sum of RGB (Red+Green+Blue) = 221+146+140=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928C is #226D73. Grayscale: #A7A7A7. Windows color (decimal): -2256244 or 9212637. OLE color: 9212637.

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

Color convert

RGB221146140-
CMYK00.340.370.13
HSL4.44º54.36%70.78%-
HSV(B)4.44º36.65%86.67%-
XYZ44.8337.8229.75-
YUV167.74112.35165.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=43.59%
G=28.80%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114614000.340.370.134.4454.3670.78
HexDD928C02225D43647
Octal3352222140424515466107
Binary110111011001001010001100010001010010111011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD928C; }

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

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

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

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

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

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

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

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