Html Css Color HEX #DF6471 Froly

📋 copy color: '#DF6471'

red 223 ◦ green 100 ◦ blue 113

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

Shades of Froly #DF6471

Tints of Froly #DF6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 51.15%
G = 22.94%
B = 25.92%

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

#DF6471 (or 0xDF6471) is known color: Froly. HEX triplet: DF, 64 and 71. RGB value is (223,100,113). Sum of RGB (Red+Green+Blue) = 223+100+113=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6471 is #209B8E. Grayscale: #8A8A8A. Windows color (decimal): -2136975 or 7431391. OLE color: 7431391.

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

Color convert

RGB 223 100 113 -
CMYK 0 0.55 0.49 0.13
HSL 353.66º 0.66% 0.63% -
HSV(B) 353.66º 0.55% 0.87% -
XYZ 37.97 25.99 18.64 -
YUV 138.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 223 100 113 0 0.55 0.49 0.13 353.66 0.66 0.63
Hex DF 64 71 0 37 31 D 162 42 3F
Octal 337 144 161 0 67 61 15 542 102 77
Binary 11011111 1100100 1110001 0 110111 110001 1101 101100010 1000010 111111

Color Harmonies of #DF6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6471

Black with #DF6471

Text Example


Text Example

White with #DF6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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