Html Css Color HEX #DD7576 Froly

📋 copy color: '#DD7576'

red 221 ◦ green 117 ◦ blue 118

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

Shades of Froly #DD7576

Tints of Froly #DD7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 48.46%
G = 25.66%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7576 (or 0xDD7576) is known color: Froly. HEX triplet: DD, 75 and 76. RGB value is (221,117,118). Sum of RGB (Red+Green+Blue) = 221+117+118=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7576 is #228A89. Grayscale: #949494. Windows color (decimal): -2263690 or 7763421. OLE color: 7763421.

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

Color convert

RGB 221 117 118 -
CMYK 0 0.47 0.47 0.13
HSL 359.42º 0.6% 0.66% -
HSV(B) 359.42º 0.47% 0.87% -
XYZ 39.45 29.4 20.74 -
YUV 148.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 221 117 118 0 0.47 0.47 0.13 359.42 0.6 0.66
Hex DD 75 76 0 2F 2F D 167 3C 42
Octal 335 165 166 0 57 57 15 547 74 102
Binary 11011101 1110101 1110110 0 101111 101111 1101 101100111 111100 1000010

Color Harmonies of #DD7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7576

Black with #DD7576

Text Example


Text Example

White with #DD7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7576; }

 p { color: rgb(221,117,118); }

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

background-color css

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

 a { background-color: rgb(221,117,118); }

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

border-color css

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

 span { border-color: rgb(221,117,118); }

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