Html Css Color HEX #DF6970 Froly

📋 copy color: '#DF6970'

red 223 ◦ green 105 ◦ blue 112

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

Shades of Froly #DF6970

Tints of Froly #DF6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

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

R = 50.68%
G = 23.86%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF6970 (or 0xDF6970) is known color: Froly. HEX triplet: DF, 69 and 70. RGB value is (223,105,112). Sum of RGB (Red+Green+Blue) = 223+105+112=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6970 is #20968F. Grayscale: #8D8D8D. Windows color (decimal): -2135696 or 7367135. OLE color: 7367135.

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

Color convert

RGB 223 105 112 -
CMYK 0 0.53 0.50 0.13
HSL 356.44º 0.65% 0.64% -
HSV(B) 356.44º 0.53% 0.87% -
XYZ 38.41 26.96 18.51 -
YUV 141.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 223 105 112 0 0.53 0.50 0.13 356.44 0.65 0.64
Hex DF 69 70 0 35 32 D 164 41 40
Octal 337 151 160 0 65 62 15 544 101 100
Binary 11011111 1101001 1110000 0 110101 110010 1101 101100100 1000001 1000000

Color Harmonies of #DF6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6970

Black with #DF6970

Text Example


Text Example

White with #DF6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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