Html Css Color HEX #DF6074 Froly

📋 copy color: '#DF6074'

red 223 ◦ green 96 ◦ blue 116

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

Shades of Froly #DF6074

Tints of Froly #DF6074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 51.26%
G = 22.07%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6074 (or 0xDF6074) is known color: Froly. HEX triplet: DF, 60 and 74. RGB value is (223,96,116). Sum of RGB (Red+Green+Blue) = 223+96+116=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6074 is #209F8B. Grayscale: #888888. Windows color (decimal): -2137996 or 7626975. OLE color: 7626975.

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

Color convert

RGB 223 96 116 -
CMYK 0 0.57 0.48 0.13
HSL 350.55º 0.66% 0.63% -
HSV(B) 350.55º 0.57% 0.87% -
XYZ 37.77 25.31 19.42 -
YUV 136.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 223 96 116 0 0.57 0.48 0.13 350.55 0.66 0.63
Hex DF 60 74 0 39 30 D 15F 42 3F
Octal 337 140 164 0 71 60 15 537 102 77
Binary 11011111 1100000 1110100 0 111001 110000 1101 101011111 1000010 111111

Color Harmonies of #DF6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6074

Black with #DF6074

Text Example


Text Example

White with #DF6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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