Html Css Color HEX #DD797D Froly

📋 copy color: '#DD797D'

red 221 ◦ green 121 ◦ blue 125

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

Shades of Froly #DD797D

Tints of Froly #DD797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 47.32%
G = 25.91%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD797D (or 0xDD797D) is known color: Froly. HEX triplet: DD, 79 and 7D. RGB value is (221,121,125). Sum of RGB (Red+Green+Blue) = 221+121+125=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD797D is #228682. Grayscale: #979797. Windows color (decimal): -2262659 or 8223197. OLE color: 8223197.

HSL color Cylindrical-coordinate representation of color #DD797D: hue angle of 357.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD797D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 125 -
CMYK 0 0.45 0.43 0.13
HSL 357.6º 0.6% 0.67% -
HSV(B) 357.6º 0.45% 0.87% -
XYZ 40.36 30.53 23.17 -
YUV 151.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 221 121 125 0 0.45 0.43 0.13 357.6 0.6 0.67
Hex DD 79 7D 0 2D 2B D 166 3C 43
Octal 335 171 175 0 55 53 15 546 74 103
Binary 11011101 1111001 1111101 0 101101 101011 1101 101100110 111100 1000011

Color Harmonies of #DD797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD797D

Black with #DD797D

Text Example


Text Example

White with #DD797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD797D; }

 p { color: rgb(221,121,125); }

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

background-color css

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

 a { background-color: rgb(221,121,125); }

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

border-color css

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

 span { border-color: rgb(221,121,125); }

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