Html Css Color HEX #DD7476 Froly

📋 copy color: '#DD7476'

red 221 ◦ green 116 ◦ blue 118

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

Shades of Froly #DD7476

Tints of Froly #DD7476

RGB

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

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

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

R = 48.57%
G = 25.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7476 (or 0xDD7476) is known color: Froly. HEX triplet: DD, 74 and 76. RGB value is (221,116,118). Sum of RGB (Red+Green+Blue) = 221+116+118=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7476 is #228B89. Grayscale: #939393. Windows color (decimal): -2263946 or 7763165. OLE color: 7763165.

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

Color convert

RGB 221 116 118 -
CMYK 0 0.48 0.47 0.13
HSL 358.86º 0.61% 0.66% -
HSV(B) 358.86º 0.48% 0.87% -
XYZ 39.33 29.17 20.7 -
YUV 147.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 221 116 118 0 0.48 0.47 0.13 358.86 0.61 0.66
Hex DD 74 76 0 30 2F D 167 3D 42
Octal 335 164 166 0 60 57 15 547 75 102
Binary 11011101 1110100 1110110 0 110000 101111 1101 101100111 111101 1000010

Color Harmonies of #DD7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7476

Black with #DD7476

Text Example


Text Example

White with #DD7476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7476; }

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

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

background-color css

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

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

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

border-color css

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

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

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