Html Css Color HEX #DF6172 Froly

📋 copy color: '#DF6172'

red 223 ◦ green 97 ◦ blue 114

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

Shades of Froly #DF6172

Tints of Froly #DF6172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 51.38%
G = 22.35%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF6172 (or 0xDF6172) is known color: Froly. HEX triplet: DF, 61 and 72. RGB value is (223,97,114). Sum of RGB (Red+Green+Blue) = 223+97+114=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6172 is #209E8D. Grayscale: #888888. Windows color (decimal): -2137742 or 7496159. OLE color: 7496159.

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

Color convert

RGB 223 97 114 -
CMYK 0 0.57 0.49 0.13
HSL 351.9º 0.66% 0.63% -
HSV(B) 351.9º 0.57% 0.87% -
XYZ 37.74 25.45 18.84 -
YUV 136.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 223 97 114 0 0.57 0.49 0.13 351.9 0.66 0.63
Hex DF 61 72 0 39 31 D 160 42 3F
Octal 337 141 162 0 71 61 15 540 102 77
Binary 11011111 1100001 1110010 0 111001 110001 1101 101100000 1000010 111111

Color Harmonies of #DF6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6172

Black with #DF6172

Text Example


Text Example

White with #DF6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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