Html Css Color HEX #DD7C7D Froly

📋 copy color: '#DD7C7D'

red 221 ◦ green 124 ◦ blue 125

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

Shades of Froly #DD7C7D

Tints of Froly #DD7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.38%

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

R = 47.02%
G = 26.38%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD7C7D (or 0xDD7C7D) is known color: Froly. HEX triplet: DD, 7C and 7D. RGB value is (221,124,125). Sum of RGB (Red+Green+Blue) = 221+124+125=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C7D is #228382. Grayscale: #999999. Windows color (decimal): -2261891 or 8223965. OLE color: 8223965.

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

Color convert

RGB 221 124 125 -
CMYK 0 0.44 0.43 0.13
HSL 359.38º 0.59% 0.68% -
HSV(B) 359.38º 0.44% 0.87% -
XYZ 40.73 31.27 23.29 -
YUV 153.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 221 124 125 0 0.44 0.43 0.13 359.38 0.59 0.68
Hex DD 7C 7D 0 2C 2B D 167 3B 44
Octal 335 174 175 0 54 53 15 547 73 104
Binary 11011101 1111100 1111101 0 101100 101011 1101 101100111 111011 1000100

Color Harmonies of #DD7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C7D

Black with #DD7C7D

Text Example


Text Example

White with #DD7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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