Html Css Color HEX #DF6271 Froly

📋 copy color: '#DF6271'

red 223 ◦ green 98 ◦ blue 113

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

Shades of Froly #DF6271

Tints of Froly #DF6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.58%

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

R = 51.38%
G = 22.58%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF6271 (or 0xDF6271) is known color: Froly. HEX triplet: DF, 62 and 71. RGB value is (223,98,113). Sum of RGB (Red+Green+Blue) = 223+98+113=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6271 is #209D8E. Grayscale: #898989. Windows color (decimal): -2137487 or 7430879. OLE color: 7430879.

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

Color convert

RGB 223 98 113 -
CMYK 0 0.56 0.49 0.13
HSL 352.8º 0.66% 0.63% -
HSV(B) 352.8º 0.56% 0.87% -
XYZ 37.78 25.62 18.58 -
YUV 137.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 223 98 113 0 0.56 0.49 0.13 352.8 0.66 0.63
Hex DF 62 71 0 38 31 D 161 42 3F
Octal 337 142 161 0 70 61 15 541 102 77
Binary 11011111 1100010 1110001 0 111000 110001 1101 101100001 1000010 111111

Color Harmonies of #DF6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6271

Black with #DF6271

Text Example


Text Example

White with #DF6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6271; }

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

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

background-color css

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

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

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

border-color css

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

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

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