Html Css Color HEX #DD9189 Petite Orchid

📋 copy color: '#DD9189'

red 221 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #DD9189

Tints of Petite Orchid #DD9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.83%

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

R = 43.94%
G = 28.83%
B = 27.24%

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

#DD9189 (or 0xDD9189) is known color: Petite Orchid. HEX triplet: DD, 91 and 89. RGB value is (221,145,137). Sum of RGB (Red+Green+Blue) = 221+145+137=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9189 is #226E76. Grayscale: #A6A6A6. Windows color (decimal): -2256503 or 9015773. OLE color: 9015773.

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

Color convert

RGB 221 145 137 -
CMYK 0 0.34 0.38 0.13
HSL 5.71º 0.55% 0.7% -
HSV(B) 5.71º 0.38% 0.87% -
XYZ 44.46 37.43 28.55 -
YUV 166.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 221 145 137 0 0.34 0.38 0.13 5.71 0.55 0.7
Hex DD 91 89 0 22 26 D 6 37 46
Octal 335 221 211 0 42 46 15 6 67 106
Binary 11011101 10010001 10001001 0 100010 100110 1101 110 110111 1000110

Color Harmonies of #DD9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9189

Black with #DD9189

Text Example


Text Example

White with #DD9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9189; }

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

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

background-color css

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

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

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

border-color css

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

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

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