Html Css Color HEX #DD9089 Petite Orchid

📋 copy color: '#DD9089'

red 221 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #DD9089

Tints of Petite Orchid #DD9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 44.02%
G = 28.69%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD9089 (or 0xDD9089) is known color: Petite Orchid. HEX triplet: DD, 90 and 89. RGB value is (221,144,137). Sum of RGB (Red+Green+Blue) = 221+144+137=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9089 is #226F76. Grayscale: #A6A6A6. Windows color (decimal): -2256759 or 9015517. OLE color: 9015517.

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

Color convert

RGB 221 144 137 -
CMYK 0 0.35 0.38 0.13
HSL 0.55% 0.7% -
HSV(B) 0.38% 0.87% -
XYZ 44.31 37.12 28.5 -
YUV 166.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 221 144 137 0 0.35 0.38 0.13 5 0.55 0.7
Hex DD 90 89 0 23 26 D 5 37 46
Octal 335 220 211 0 43 46 15 5 67 106
Binary 11011101 10010000 10001001 0 100011 100110 1101 101 110111 1000110

Color Harmonies of #DD9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9089

Black with #DD9089

Text Example


Text Example

White with #DD9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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