Html Css Color HEX #DD978D Petite Orchid

📋 copy color: '#DD978D'

red 221 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #DD978D

Tints of Petite Orchid #DD978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 43.08%
G = 29.43%
B = 27.49%

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

#DD978D (or 0xDD978D) is known color: Petite Orchid. HEX triplet: DD, 97 and 8D. RGB value is (221,151,141). Sum of RGB (Red+Green+Blue) = 221+151+141=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD978D is #226872. Grayscale: #AAAAAA. Windows color (decimal): -2254963 or 9279453. OLE color: 9279453.

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

Color convert

RGB 221 151 141 -
CMYK 0 0.32 0.36 0.13
HSL 7.5º 0.54% 0.71% -
HSV(B) 7.5º 0.36% 0.87% -
XYZ 45.69 39.43 30.4 -
YUV 170.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 221 151 141 0 0.32 0.36 0.13 7.5 0.54 0.71
Hex DD 97 8D 0 20 24 D 8 36 47
Octal 335 227 215 0 40 44 15 10 66 107
Binary 11011101 10010111 10001101 0 100000 100100 1101 1000 110110 1000111

Color Harmonies of #DD978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD978D

Black with #DD978D

Text Example


Text Example

White with #DD978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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