Html Css Color HEX #DD9289 Petite Orchid

📋 copy color: '#DD9289'

red 221 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #DD9289

Tints of Petite Orchid #DD9289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.97%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 43.85%
G = 28.97%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9289 (or 0xDD9289) is known color: Petite Orchid. HEX triplet: DD, 92 and 89. RGB value is (221,146,137). Sum of RGB (Red+Green+Blue) = 221+146+137=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9289 is #226D76. Grayscale: #A7A7A7. Windows color (decimal): -2256247 or 9016029. OLE color: 9016029.

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

Color convert

RGB 221 146 137 -
CMYK 0 0.34 0.38 0.13
HSL 6.43º 0.55% 0.7% -
HSV(B) 6.43º 0.38% 0.87% -
XYZ 44.61 37.74 28.6 -
YUV 167.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 221 146 137 0 0.34 0.38 0.13 6.43 0.55 0.7
Hex DD 92 89 0 22 26 D 6 37 46
Octal 335 222 211 0 42 46 15 6 67 106
Binary 11011101 10010010 10001001 0 100010 100110 1101 110 110111 1000110

Color Harmonies of #DD9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9289

Black with #DD9289

Text Example


Text Example

White with #DD9289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9289; }

 p { color: rgb(221,146,137); }

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

background-color css

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

 a { background-color: rgb(221,146,137); }

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

border-color css

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

 span { border-color: rgb(221,146,137); }

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