#DD928F

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

Shades of Petite Orchid #DD928F

Tints of Petite Orchid #DD928F

Color information

#DD928F (or 0xDD928F) is unknown color: approx Petite Orchid. HEX triplet: DD, 92 and 8F. RGB value is (221,146,143). Sum of RGB (Red+Green+Blue) = 221+146+143=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD928F is #226D70. Grayscale: #A8A8A8. Windows color (decimal): -2256241 or 9409245. OLE color: 9409245.

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

Color convert

RGB221146143-
CMYK00.340.350.13
HSL2.31º53.42%71.37%-
HSV(B)2.31º35.29%86.67%-
XYZ45.0637.9130.93-
YUV168.08113.85165.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=43.33%
G=28.63%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114614300.340.350.132.3153.4271.37
HexDD928F02223D23547
Octal3352222170424315265107
Binary11011101100100101000111101000101000111101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD928F; }

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

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

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

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

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

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

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

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