Html Css Color HEX #DD747D Froly

📋 copy color: '#DD747D'

red 221 ◦ green 116 ◦ blue 125

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

Shades of Froly #DD747D

Tints of Froly #DD747D

RGB

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

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

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

R = 47.84%
G = 25.11%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD747D (or 0xDD747D) is known color: Froly. HEX triplet: DD, 74 and 7D. RGB value is (221,116,125). Sum of RGB (Red+Green+Blue) = 221+116+125=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747D is #228B82. Grayscale: #949494. Windows color (decimal): -2263939 or 8221917. OLE color: 8221917.

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

Color convert

RGB 221 116 125 -
CMYK 0 0.48 0.43 0.13
HSL 354.86º 0.61% 0.66% -
HSV(B) 354.86º 0.48% 0.87% -
XYZ 39.77 29.34 22.97 -
YUV 148.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 221 116 125 0 0.48 0.43 0.13 354.86 0.61 0.66
Hex DD 74 7D 0 30 2B D 163 3D 42
Octal 335 164 175 0 60 53 15 543 75 102
Binary 11011101 1110100 1111101 0 110000 101011 1101 101100011 111101 1000010

Color Harmonies of #DD747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD747D

Black with #DD747D

Text Example


Text Example

White with #DD747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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