Html Css Color HEX #DF6879 Froly

📋 copy color: '#DF6879'

red 223 ◦ green 104 ◦ blue 121

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

Shades of Froly #DF6879

Tints of Froly #DF6879

RGB

 RED value IS 223 (87.5% from 255) = 49.78%

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

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

R = 49.78%
G = 23.21%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6879 (or 0xDF6879) is known color: Froly. HEX triplet: DF, 68 and 79. RGB value is (223,104,121). Sum of RGB (Red+Green+Blue) = 223+104+121=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6879 is #209786. Grayscale: #8D8D8D. Windows color (decimal): -2135943 or 7956703. OLE color: 7956703.

HSL color Cylindrical-coordinate representation of color #DF6879: hue angle of 351.43º degrees, saturation: 0.65, 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 #DF6879 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 121 -
CMYK 0 0.53 0.46 0.13
HSL 351.43º 0.65% 0.64% -
HSV(B) 351.43º 0.53% 0.87% -
XYZ 38.83 26.97 21.25 -
YUV 141.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 223 104 121 0 0.53 0.46 0.13 351.43 0.65 0.64
Hex DF 68 79 0 35 2E D 15F 41 40
Octal 337 150 171 0 65 56 15 537 101 100
Binary 11011111 1101000 1111001 0 110101 101110 1101 101011111 1000001 1000000

Color Harmonies of #DF6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6879

Black with #DF6879

Text Example


Text Example

White with #DF6879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6879; }

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

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

background-color css

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

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

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

border-color css

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

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

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