Html Css Color HEX #DF6174 Froly

📋 copy color: '#DF6174'

red 223 ◦ green 97 ◦ blue 116

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

Shades of Froly #DF6174

Tints of Froly #DF6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 51.15%
G = 22.25%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6174 (or 0xDF6174) is known color: Froly. HEX triplet: DF, 61 and 74. RGB value is (223,97,116). Sum of RGB (Red+Green+Blue) = 223+97+116=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6174 is #209E8B. Grayscale: #888888. Windows color (decimal): -2137740 or 7627231. OLE color: 7627231.

HSL color Cylindrical-coordinate representation of color #DF6174: hue angle of 350.95º 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 #DF6174 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 116 -
CMYK 0 0.57 0.48 0.13
HSL 350.95º 0.66% 0.63% -
HSV(B) 350.95º 0.57% 0.87% -
XYZ 37.86 25.5 19.45 -
YUV 136.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 223 97 116 0 0.57 0.48 0.13 350.95 0.66 0.63
Hex DF 61 74 0 39 30 D 15F 42 3F
Octal 337 141 164 0 71 60 15 537 102 77
Binary 11011111 1100001 1110100 0 111001 110000 1101 101011111 1000010 111111

Color Harmonies of #DF6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6174

Black with #DF6174

Text Example


Text Example

White with #DF6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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