#DD938A

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

Shades of Petite Orchid #DD938A

Tints of Petite Orchid #DD938A

Color information

#DD938A (or 0xDD938A) is unknown color: approx Petite Orchid. HEX triplet: DD, 93 and 8A. RGB value is (221,147,138). Sum of RGB (Red+Green+Blue) = 221+147+138=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD938A is #226C75. Grayscale: #A8A8A8. Windows color (decimal): -2255990 or 9081821. OLE color: 9081821.

HSL color Cylindrical-coordinate representation of color #DD938A: hue angle of 6.51º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD938A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221147138-
CMYK00.330.380.13
HSL6.51º54.97%70.39%-
HSV(B)6.51º37.56%86.67%-
XYZ44.8438.0729.03-
YUV168.1111.02165.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=43.68%
G=29.05%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114713800.330.380.136.5154.9770.39
HexDD938A02126D73746
Octal3352232120414615767106
Binary110111011001001110001010010000110011011011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD938A; }

 p { color: rgb(221,147,138); }

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

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

 a { background-color: rgb(221,147,138); }

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

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

 span { border-color: rgb(221,147,138); }

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