#DD948D

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

Shades of Petite Orchid #DD948D

Tints of Petite Orchid #DD948D

Color information

#DD948D (or 0xDD948D) is unknown color: approx Petite Orchid. HEX triplet: DD, 94 and 8D. RGB value is (221,148,141). Sum of RGB (Red+Green+Blue) = 221+148+141=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD948D is #226B72. Grayscale: #A9A9A9. Windows color (decimal): -2255731 or 9278685. OLE color: 9278685.

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

Color convert

RGB221148141-
CMYK00.330.360.13
HSL5.25º54.05%70.98%-
HSV(B)5.25º36.2%86.67%-
XYZ45.2238.4830.24-
YUV169.03112.18165.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=43.33%
G=29.02%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114814100.330.360.135.2554.0570.98
HexDD948D02124D53647
Octal3352242150414415566107
Binary110111011001010010001101010000110010011011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD948D; }

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

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

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

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

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

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

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

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