Html Css Color HEX #DD978E Petite Orchid

📋 copy color: '#DD978E'

red 221 ◦ green 151 ◦ blue 142

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

Shades of Petite Orchid #DD978E

Tints of Petite Orchid #DD978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

 BLUE value IS 142 (55.86% from 255) = 27.63%

R = 43%
G = 29.38%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD978E (or 0xDD978E) is known color: Petite Orchid. HEX triplet: DD, 97 and 8E. RGB value is (221,151,142). Sum of RGB (Red+Green+Blue) = 221+151+142=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD978E is #226871. Grayscale: #ABABAB. Windows color (decimal): -2254962 or 9344989. OLE color: 9344989.

HSL color Cylindrical-coordinate representation of color #DD978E: hue angle of 6.84º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD978E is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 142 -
CMYK 0 0.32 0.36 0.13
HSL 6.84º 0.54% 0.71% -
HSV(B) 6.84º 0.36% 0.87% -
XYZ 45.77 39.46 30.8 -
YUV 170.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 221 151 142 0 0.32 0.36 0.13 6.84 0.54 0.71
Hex DD 97 8E 0 20 24 D 7 36 47
Octal 335 227 216 0 40 44 15 7 66 107
Binary 11011101 10010111 10001110 0 100000 100100 1101 111 110110 1000111

Color Harmonies of #DD978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD978E

Black with #DD978E

Text Example


Text Example

White with #DD978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD978E; }

 p { color: rgb(221,151,142); }

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

background-color css

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

 a { background-color: rgb(221,151,142); }

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

border-color css

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

 span { border-color: rgb(221,151,142); }

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