Html Css Color HEX #DF6070 Froly

📋 copy color: '#DF6070'

red 223 ◦ green 96 ◦ blue 112

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

Shades of Froly #DF6070

Tints of Froly #DF6070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

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

R = 51.74%
G = 22.27%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF6070 (or 0xDF6070) is known color: Froly. HEX triplet: DF, 60 and 70. RGB value is (223,96,112). Sum of RGB (Red+Green+Blue) = 223+96+112=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6070 is #209F8F. Grayscale: #878787. Windows color (decimal): -2138000 or 7364831. OLE color: 7364831.

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

Color convert

RGB 223 96 112 -
CMYK 0 0.57 0.50 0.13
HSL 352.44º 0.66% 0.63% -
HSV(B) 352.44º 0.57% 0.87% -
XYZ 37.54 25.22 18.22 -
YUV 135.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 223 96 112 0 0.57 0.50 0.13 352.44 0.66 0.63
Hex DF 60 70 0 39 32 D 160 42 3F
Octal 337 140 160 0 71 62 15 540 102 77
Binary 11011111 1100000 1110000 0 111001 110010 1101 101100000 1000010 111111

Color Harmonies of #DF6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6070

Black with #DF6070

Text Example


Text Example

White with #DF6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6070; }

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

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

background-color css

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

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

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

border-color css

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

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

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