#DD918A

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

Shades of Petite Orchid #DD918A

Tints of Petite Orchid #DD918A

Color information

#DD918A (or 0xDD918A) is unknown color: approx Petite Orchid. HEX triplet: DD, 91 and 8A. RGB value is (221,145,138). Sum of RGB (Red+Green+Blue) = 221+145+138=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918A is #226E75. Grayscale: #A7A7A7. Windows color (decimal): -2256502 or 9081309. OLE color: 9081309.

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

Color convert

RGB221145138-
CMYK00.340.380.13
HSL5.06º54.97%70.39%-
HSV(B)5.06º37.56%86.67%-
XYZ44.5337.4628.93-
YUV166.93111.68166.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=43.85%
G=28.77%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114513800.340.380.135.0654.9770.39
HexDD918A02226D53746
Octal3352212120424615567106
Binary110111011001000110001010010001010011011011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD918A; }

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

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

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

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

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

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

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

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