Html Css Color HEX #DD9E99 Petite Orchid

📋 copy color: '#DD9E99'

red 221 ◦ green 158 ◦ blue 153

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

Shades of Petite Orchid #DD9E99

Tints of Petite Orchid #DD9E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 41.54%
G = 29.7%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9E99 (or 0xDD9E99) is known color: Petite Orchid. HEX triplet: DD, 9E and 99. RGB value is (221,158,153). Sum of RGB (Red+Green+Blue) = 221+158+153=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E99 is #226166. Grayscale: #B0B0B0. Windows color (decimal): -2253159 or 10067677. OLE color: 10067677.

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

Color convert

RGB 221 158 153 -
CMYK 0 0.29 0.31 0.13
HSL 4.41º 0.5% 0.73% -
HSV(B) 4.41º 0.31% 0.87% -
XYZ 47.8 42.13 35.75 -
YUV 176.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 221 158 153 0 0.29 0.31 0.13 4.41 0.5 0.73
Hex DD 9E 99 0 1D 1F D 4 32 49
Octal 335 236 231 0 35 37 15 4 62 111
Binary 11011101 10011110 10011001 0 11101 11111 1101 100 110010 1001001

Color Harmonies of #DD9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E99

Black with #DD9E99

Text Example


Text Example

White with #DD9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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