Html Css Color HEX #DF7478 Froly

📋 copy color: '#DF7478'

red 223 ◦ green 116 ◦ blue 120

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

Shades of Froly #DF7478

Tints of Froly #DF7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 48.58%
G = 25.27%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7478 (or 0xDF7478) is known color: Froly. HEX triplet: DF, 74 and 78. RGB value is (223,116,120). Sum of RGB (Red+Green+Blue) = 223+116+120=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7478 is #208B87. Grayscale: #949494. Windows color (decimal): -2132872 or 7894239. OLE color: 7894239.

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

Color convert

RGB 223 116 120 -
CMYK 0 0.48 0.46 0.13
HSL 357.76º 0.63% 0.66% -
HSV(B) 357.76º 0.48% 0.87% -
XYZ 40.07 29.53 21.36 -
YUV 148.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 223 116 120 0 0.48 0.46 0.13 357.76 0.63 0.66
Hex DF 74 78 0 30 2E D 166 3F 42
Octal 337 164 170 0 60 56 15 546 77 102
Binary 11011111 1110100 1111000 0 110000 101110 1101 101100110 111111 1000010

Color Harmonies of #DF7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7478

Black with #DF7478

Text Example


Text Example

White with #DF7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7478; }

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

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

background-color css

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

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

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

border-color css

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

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

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