#DD9995

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

Shades of Petite Orchid #DD9995

Tints of Petite Orchid #DD9995

Color information

#DD9995 (or 0xDD9995) is unknown color: approx Petite Orchid. HEX triplet: DD, 99 and 95. RGB value is (221,153,149). Sum of RGB (Red+Green+Blue) = 221+153+149=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9995 is #22666A. Grayscale: #ACACAC. Windows color (decimal): -2254443 or 9804253. OLE color: 9804253.

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

Color convert

RGB221153149-
CMYK00.310.330.13
HSL3.33º51.43%72.55%-
HSV(B)3.33º32.58%86.67%-
XYZ46.6340.3233.76-
YUV172.88114.53162.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=42.26%
G=29.25%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115314900.310.330.133.3351.4372.55
HexDD999501F21D33349
Octal3352312250374115363111
Binary1101110110011001100101010111111000011101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9995; }

 p { color: rgb(221,153,149); }

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

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

 a { background-color: rgb(221,153,149); }

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

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

 span { border-color: rgb(221,153,149); }

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