Html Css Color HEX #DF7078 Froly

📋 copy color: '#DF7078'

red 223 ◦ green 112 ◦ blue 120

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

Shades of Froly #DF7078

Tints of Froly #DF7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 49.01%
G = 24.62%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7078 (or 0xDF7078) is known color: Froly. HEX triplet: DF, 70 and 78. RGB value is (223,112,120). Sum of RGB (Red+Green+Blue) = 223+112+120=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7078 is #208F87. Grayscale: #929292. Windows color (decimal): -2133896 or 7893215. OLE color: 7893215.

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

Color convert

RGB 223 112 120 -
CMYK 0 0.50 0.46 0.13
HSL 355.68º 0.63% 0.66% -
HSV(B) 355.68º 0.5% 0.87% -
XYZ 39.62 28.63 21.21 -
YUV 146.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 223 112 120 0 0.50 0.46 0.13 355.68 0.63 0.66
Hex DF 70 78 0 32 2E D 164 3F 42
Octal 337 160 170 0 62 56 15 544 77 102
Binary 11011111 1110000 1111000 0 110010 101110 1101 101100100 111111 1000010

Color Harmonies of #DF7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7078

Black with #DF7078

Text Example


Text Example

White with #DF7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7078; }

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

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

background-color css

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

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

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

border-color css

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

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

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