Html Css Color HEX #DF6163 Froly

📋 copy color: '#DF6163'

red 223 ◦ green 97 ◦ blue 99

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

Shades of Froly #DF6163

Tints of Froly #DF6163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 53.22%
G = 23.15%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF6163 (or 0xDF6163) is known color: Froly. HEX triplet: DF, 61 and 63. RGB value is (223,97,99). Sum of RGB (Red+Green+Blue) = 223+97+99=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6163 is #209E9C. Grayscale: #878787. Windows color (decimal): -2137757 or 6513119. OLE color: 6513119.

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

Color convert

RGB 223 97 99 -
CMYK 0 0.57 0.56 0.13
HSL 359.05º 0.66% 0.63% -
HSV(B) 359.05º 0.57% 0.87% -
XYZ 36.96 25.14 14.71 -
YUV 134.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 223 97 99 0 0.57 0.56 0.13 359.05 0.66 0.63
Hex DF 61 63 0 39 38 D 167 42 3F
Octal 337 141 143 0 71 70 15 547 102 77
Binary 11011111 1100001 1100011 0 111001 111000 1101 101100111 1000010 111111

Color Harmonies of #DF6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6163

Black with #DF6163

Text Example


Text Example

White with #DF6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6163; }

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

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

background-color css

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

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

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

border-color css

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

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

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