#DD9693

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

Shades of Petite Orchid #DD9693

Tints of Petite Orchid #DD9693

Color information

#DD9693 (or 0xDD9693) is unknown color: approx Petite Orchid. HEX triplet: DD, 96 and 93. RGB value is (221,150,147). Sum of RGB (Red+Green+Blue) = 221+150+147=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9693 is #22696C. Grayscale: #AAAAAA. Windows color (decimal): -2255213 or 9672413. OLE color: 9672413.

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

Color convert

RGB221150147-
CMYK00.320.330.13
HSL2.43º52.11%72.16%-
HSV(B)2.43º33.48%86.67%-
XYZ45.9939.2932.76-
YUV170.89114.52163.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=42.66%
G=28.96%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115014700.320.330.132.4352.1172.16
HexDD969302021D23448
Octal3352262230404115264110
Binary11011101100101101001001101000001000011101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9693; }

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

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

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

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

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

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

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

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