Html Css Color HEX #DF6170 Froly

📋 copy color: '#DF6170'

red 223 ◦ green 97 ◦ blue 112

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

Shades of Froly #DF6170

Tints of Froly #DF6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 51.62%
G = 22.45%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF6170 (or 0xDF6170) is known color: Froly. HEX triplet: DF, 61 and 70. RGB value is (223,97,112). Sum of RGB (Red+Green+Blue) = 223+97+112=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6170 is #209E8F. Grayscale: #888888. Windows color (decimal): -2137744 or 7365087. OLE color: 7365087.

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

Color convert

RGB 223 97 112 -
CMYK 0 0.57 0.50 0.13
HSL 352.86º 0.66% 0.63% -
HSV(B) 352.86º 0.57% 0.87% -
XYZ 37.63 25.41 18.25 -
YUV 136.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 223 97 112 0 0.57 0.50 0.13 352.86 0.66 0.63
Hex DF 61 70 0 39 32 D 161 42 3F
Octal 337 141 160 0 71 62 15 541 102 77
Binary 11011111 1100001 1110000 0 111001 110010 1101 101100001 1000010 111111

Color Harmonies of #DF6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6170

Black with #DF6170

Text Example


Text Example

White with #DF6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6170; }

 p { color: rgb(223,97,112); }

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

background-color css

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

 a { background-color: rgb(223,97,112); }

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

border-color css

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

 span { border-color: rgb(223,97,112); }

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