Html Css Color HEX #DD8D8A Petite Orchid

📋 copy color: '#DD8D8A'

red 221 ◦ green 141 ◦ blue 138

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

Shades of Petite Orchid #DD8D8A

Tints of Petite Orchid #DD8D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 44.2%
G = 28.2%
B = 27.6%

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

#DD8D8A (or 0xDD8D8A) is known color: Petite Orchid. HEX triplet: DD, 8D and 8A. RGB value is (221,141,138). Sum of RGB (Red+Green+Blue) = 221+141+138=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8D8A is #227275. Grayscale: #A4A4A4. Windows color (decimal): -2257526 or 9080285. OLE color: 9080285.

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

Color convert

RGB 221 141 138 -
CMYK 0 0.36 0.38 0.13
HSL 2.17º 0.55% 0.7% -
HSV(B) 2.17º 0.38% 0.87% -
XYZ 43.93 36.26 28.73 -
YUV 164.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 221 141 138 0 0.36 0.38 0.13 2.17 0.55 0.7
Hex DD 8D 8A 0 24 26 D 2 37 46
Octal 335 215 212 0 44 46 15 2 67 106
Binary 11011101 10001101 10001010 0 100100 100110 1101 10 110111 1000110

Color Harmonies of #DD8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D8A

Black with #DD8D8A

Text Example


Text Example

White with #DD8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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