Html Css Color HEX #DD6979 Froly

📋 copy color: '#DD6979'

red 221 ◦ green 105 ◦ blue 121

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

Shades of Froly #DD6979

Tints of Froly #DD6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

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

R = 49.44%
G = 23.49%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6979 (or 0xDD6979) is known color: Froly. HEX triplet: DD, 69 and 79. RGB value is (221,105,121). Sum of RGB (Red+Green+Blue) = 221+105+121=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6979 is #229686. Grayscale: #8D8D8D. Windows color (decimal): -2266759 or 7956957. OLE color: 7956957.

HSL color Cylindrical-coordinate representation of color #DD6979: hue angle of 351.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6979 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 121 -
CMYK 0 0.52 0.45 0.13
HSL 351.72º 0.63% 0.64% -
HSV(B) 351.72º 0.52% 0.87% -
XYZ 38.32 26.86 21.25 -
YUV 141.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 221 105 121 0 0.52 0.45 0.13 351.72 0.63 0.64
Hex DD 69 79 0 34 2D D 160 3F 40
Octal 335 151 171 0 64 55 15 540 77 100
Binary 11011101 1101001 1111001 0 110100 101101 1101 101100000 111111 1000000

Color Harmonies of #DD6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6979

Black with #DD6979

Text Example


Text Example

White with #DD6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6979; }

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

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

background-color css

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

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

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

border-color css

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

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

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