Html Css Color HEX #DD9F95 Petite Orchid

📋 copy color: '#DD9F95'

red 221 ◦ green 159 ◦ blue 149

#DD9F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DD9F95

Tints of Petite Orchid #DD9F95

RGB

 RED value IS 221 (86.72% from 255) = 41.78%

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 41.78%
G = 30.06%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9F95 (or 0xDD9F95) is known color: Petite Orchid. HEX triplet: DD, 9F and 95. RGB value is (221,159,149). Sum of RGB (Red+Green+Blue) = 221+159+149=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F95 is #22606A. Grayscale: #B0B0B0. Windows color (decimal): -2252907 or 9805789. OLE color: 9805789.

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

Color convert

RGB 221 159 149 -
CMYK 0 0.28 0.33 0.13
HSL 8.33º 0.51% 0.73% -
HSV(B) 8.33º 0.33% 0.87% -
XYZ 47.64 42.34 34.09 -
YUV 176.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 221 159 149 0 0.28 0.33 0.13 8.33 0.51 0.73
Hex DD 9F 95 0 1C 21 D 8 33 49
Octal 335 237 225 0 34 41 15 10 63 111
Binary 11011101 10011111 10010101 0 11100 100001 1101 1000 110011 1001001

Color Harmonies of #DD9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F95

Black with #DD9F95

Text Example


Text Example

White with #DD9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F95; }

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

 H1.HeaderClassName
 {
   color: #DD9F95;
 }
 .AnyTagClassName
 {
   color: #DD9F95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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