Html Css Color HEX #DD747C Froly

📋 copy color: '#DD747C'

red 221 ◦ green 116 ◦ blue 124

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

Shades of Froly #DD747C

Tints of Froly #DD747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 47.94%
G = 25.16%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD747C (or 0xDD747C) is known color: Froly. HEX triplet: DD, 74 and 7C. RGB value is (221,116,124). Sum of RGB (Red+Green+Blue) = 221+116+124=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747C is #228B83. Grayscale: #949494. Windows color (decimal): -2263940 or 8156381. OLE color: 8156381.

HSL color Cylindrical-coordinate representation of color #DD747C: hue angle of 355.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD747C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 124 -
CMYK 0 0.48 0.44 0.13
HSL 355.43º 0.61% 0.66% -
HSV(B) 355.43º 0.48% 0.87% -
XYZ 39.7 29.32 22.64 -
YUV 148.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 221 116 124 0 0.48 0.44 0.13 355.43 0.61 0.66
Hex DD 74 7C 0 30 2C D 163 3D 42
Octal 335 164 174 0 60 54 15 543 75 102
Binary 11011101 1110100 1111100 0 110000 101100 1101 101100011 111101 1000010

Color Harmonies of #DD747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD747C

Black with #DD747C

Text Example


Text Example

White with #DD747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD747C; }

 p { color: rgb(221,116,124); }

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

background-color css

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

 a { background-color: rgb(221,116,124); }

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

border-color css

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

 span { border-color: rgb(221,116,124); }

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