Html Css Color HEX #DD6879 Froly

📋 copy color: '#DD6879'

red 221 ◦ green 104 ◦ blue 121

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

Shades of Froly #DD6879

Tints of Froly #DD6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

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

R = 49.55%
G = 23.32%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6879 (or 0xDD6879) is known color: Froly. HEX triplet: DD, 68 and 79. RGB value is (221,104,121). Sum of RGB (Red+Green+Blue) = 221+104+121=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6879 is #229786. Grayscale: #8C8C8C. Windows color (decimal): -2267015 or 7956701. OLE color: 7956701.

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

Color convert

RGB 221 104 121 -
CMYK 0 0.53 0.45 0.13
HSL 351.28º 0.63% 0.64% -
HSV(B) 351.28º 0.53% 0.87% -
XYZ 38.22 26.65 21.22 -
YUV 140.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 221 104 121 0 0.53 0.45 0.13 351.28 0.63 0.64
Hex DD 68 79 0 35 2D D 15F 3F 40
Octal 335 150 171 0 65 55 15 537 77 100
Binary 11011101 1101000 1111001 0 110101 101101 1101 101011111 111111 1000000

Color Harmonies of #DD6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6879

Black with #DD6879

Text Example


Text Example

White with #DD6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6879; }

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

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

background-color css

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

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

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

border-color css

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

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

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