Html Css Color HEX #DF6B76 Froly

📋 copy color: '#DF6B76'

red 223 ◦ green 107 ◦ blue 118

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

Shades of Froly #DF6B76

Tints of Froly #DF6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

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

R = 49.78%
G = 23.88%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6B76 (or 0xDF6B76) is known color: Froly. HEX triplet: DF, 6B and 76. RGB value is (223,107,118). Sum of RGB (Red+Green+Blue) = 223+107+118=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B76 is #209489. Grayscale: #8F8F8F. Windows color (decimal): -2135178 or 7760863. OLE color: 7760863.

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

Color convert

RGB 223 107 118 -
CMYK 0 0.52 0.47 0.13
HSL 354.31º 0.64% 0.65% -
HSV(B) 354.31º 0.52% 0.87% -
XYZ 38.96 27.51 20.4 -
YUV 142.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 223 107 118 0 0.52 0.47 0.13 354.31 0.64 0.65
Hex DF 6B 76 0 34 2F D 162 40 41
Octal 337 153 166 0 64 57 15 542 100 101
Binary 11011111 1101011 1110110 0 110100 101111 1101 101100010 1000000 1000001

Color Harmonies of #DF6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B76

Black with #DF6B76

Text Example


Text Example

White with #DF6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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