Html Css Color HEX #DF6370 Froly

📋 copy color: '#DF6370'

red 223 ◦ green 99 ◦ blue 112

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

Shades of Froly #DF6370

Tints of Froly #DF6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 51.38%
G = 22.81%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF6370 (or 0xDF6370) is known color: Froly. HEX triplet: DF, 63 and 70. RGB value is (223,99,112). Sum of RGB (Red+Green+Blue) = 223+99+112=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6370 is #209C8F. Grayscale: #898989. Windows color (decimal): -2137232 or 7365599. OLE color: 7365599.

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

Color convert

RGB 223 99 112 -
CMYK 0 0.56 0.50 0.13
HSL 353.71º 0.66% 0.63% -
HSV(B) 353.71º 0.56% 0.87% -
XYZ 37.82 25.78 18.31 -
YUV 137.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 223 99 112 0 0.56 0.50 0.13 353.71 0.66 0.63
Hex DF 63 70 0 38 32 D 162 42 3F
Octal 337 143 160 0 70 62 15 542 102 77
Binary 11011111 1100011 1110000 0 111000 110010 1101 101100010 1000010 111111

Color Harmonies of #DF6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6370

Black with #DF6370

Text Example


Text Example

White with #DF6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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