Html Css Color HEX #DD8D89 Petite Orchid

📋 copy color: '#DD8D89'

red 221 ◦ green 141 ◦ blue 137

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

Shades of Petite Orchid #DD8D89

Tints of Petite Orchid #DD8D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

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

R = 44.29%
G = 28.26%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8D89 (or 0xDD8D89) is known color: Petite Orchid. HEX triplet: DD, 8D and 89. RGB value is (221,141,137). Sum of RGB (Red+Green+Blue) = 221+141+137=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D89 is #227276. Grayscale: #A4A4A4. Windows color (decimal): -2257527 or 9014749. OLE color: 9014749.

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

Color convert

RGB 221 141 137 -
CMYK 0 0.36 0.38 0.13
HSL 2.86º 0.55% 0.7% -
HSV(B) 2.86º 0.38% 0.87% -
XYZ 43.86 36.23 28.35 -
YUV 164.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 221 141 137 0 0.36 0.38 0.13 2.86 0.55 0.7
Hex DD 8D 89 0 24 26 D 3 37 46
Octal 335 215 211 0 44 46 15 3 67 106
Binary 11011101 10001101 10001001 0 100100 100110 1101 11 110111 1000110

Color Harmonies of #DD8D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D89

Black with #DD8D89

Text Example


Text Example

White with #DD8D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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