Html Css Color HEX #DF6676 Froly

📋 copy color: '#DF6676'

red 223 ◦ green 102 ◦ blue 118

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

Shades of Froly #DF6676

Tints of Froly #DF6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 50.34%
G = 23.02%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6676 (or 0xDF6676) is known color: Froly. HEX triplet: DF, 66 and 76. RGB value is (223,102,118). Sum of RGB (Red+Green+Blue) = 223+102+118=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6676 is #209989. Grayscale: #8C8C8C. Windows color (decimal): -2136458 or 7759583. OLE color: 7759583.

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

Color convert

RGB 223 102 118 -
CMYK 0 0.54 0.47 0.13
HSL 352.07º 0.65% 0.64% -
HSV(B) 352.07º 0.54% 0.87% -
XYZ 38.45 26.5 20.23 -
YUV 140 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 223 102 118 0 0.54 0.47 0.13 352.07 0.65 0.64
Hex DF 66 76 0 36 2F D 160 41 40
Octal 337 146 166 0 66 57 15 540 101 100
Binary 11011111 1100110 1110110 0 110110 101111 1101 101100000 1000001 1000000

Color Harmonies of #DF6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6676

Black with #DF6676

Text Example


Text Example

White with #DF6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6676; }

 p { color: rgb(223,102,118); }

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

background-color css

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

 a { background-color: rgb(223,102,118); }

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

border-color css

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

 span { border-color: rgb(223,102,118); }

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