Html Css Color HEX #DD7679 Froly

📋 copy color: '#DD7679'

red 221 ◦ green 118 ◦ blue 121

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

Shades of Froly #DD7679

Tints of Froly #DD7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 48.04%
G = 25.65%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7679 (or 0xDD7679) is known color: Froly. HEX triplet: DD, 76 and 79. RGB value is (221,118,121). Sum of RGB (Red+Green+Blue) = 221+118+121=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7679 is #228986. Grayscale: #959595. Windows color (decimal): -2263431 or 7960285. OLE color: 7960285.

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

Color convert

RGB 221 118 121 -
CMYK 0 0.47 0.45 0.13
HSL 358.25º 0.6% 0.66% -
HSV(B) 358.25º 0.47% 0.87% -
XYZ 39.75 29.71 21.73 -
YUV 149.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 221 118 121 0 0.47 0.45 0.13 358.25 0.6 0.66
Hex DD 76 79 0 2F 2D D 166 3C 42
Octal 335 166 171 0 57 55 15 546 74 102
Binary 11011101 1110110 1111001 0 101111 101101 1101 101100110 111100 1000010

Color Harmonies of #DD7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7679

Black with #DD7679

Text Example


Text Example

White with #DD7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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