Html Css Color HEX #DD747E Froly

📋 copy color: '#DD747E'

red 221 ◦ green 116 ◦ blue 126

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

Shades of Froly #DD747E

Tints of Froly #DD747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 47.73%
G = 25.05%
B = 27.21%

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

#DD747E (or 0xDD747E) is known color: Froly. HEX triplet: DD, 74 and 7E. RGB value is (221,116,126). Sum of RGB (Red+Green+Blue) = 221+116+126=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD747E is #228B81. Grayscale: #949494. Windows color (decimal): -2263938 or 8287453. OLE color: 8287453.

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

Color convert

RGB 221 116 126 -
CMYK 0 0.48 0.43 0.13
HSL 354.29º 0.61% 0.66% -
HSV(B) 354.29º 0.48% 0.87% -
XYZ 39.83 29.37 23.31 -
YUV 148.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 221 116 126 0 0.48 0.43 0.13 354.29 0.61 0.66
Hex DD 74 7E 0 30 2B D 162 3D 42
Octal 335 164 176 0 60 53 15 542 75 102
Binary 11011101 1110100 1111110 0 110000 101011 1101 101100010 111101 1000010

Color Harmonies of #DD747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD747E

Black with #DD747E

Text Example


Text Example

White with #DD747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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