Html Css Color HEX #DF6571 Froly

📋 copy color: '#DF6571'

red 223 ◦ green 101 ◦ blue 113

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

Shades of Froly #DF6571

Tints of Froly #DF6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 51.03%
G = 23.11%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF6571 (or 0xDF6571) is known color: Froly. HEX triplet: DF, 65 and 71. RGB value is (223,101,113). Sum of RGB (Red+Green+Blue) = 223+101+113=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6571 is #209A8E. Grayscale: #8A8A8A. Windows color (decimal): -2136719 or 7431647. OLE color: 7431647.

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

Color convert

RGB 223 101 113 -
CMYK 0 0.55 0.49 0.13
HSL 354.1º 0.66% 0.64% -
HSV(B) 354.1º 0.55% 0.87% -
XYZ 38.07 26.19 18.67 -
YUV 138.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 223 101 113 0 0.55 0.49 0.13 354.1 0.66 0.64
Hex DF 65 71 0 37 31 D 162 42 40
Octal 337 145 161 0 67 61 15 542 102 100
Binary 11011111 1100101 1110001 0 110111 110001 1101 101100010 1000010 1000000

Color Harmonies of #DF6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6571

Black with #DF6571

Text Example


Text Example

White with #DF6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6571; }

 p { color: rgb(223,101,113); }

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

background-color css

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

 a { background-color: rgb(223,101,113); }

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

border-color css

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

 span { border-color: rgb(223,101,113); }

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