Html Css Color HEX #DF6874 Froly

📋 copy color: '#DF6874'

red 223 ◦ green 104 ◦ blue 116

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

Shades of Froly #DF6874

Tints of Froly #DF6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 50.34%
G = 23.48%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6874 (or 0xDF6874) is known color: Froly. HEX triplet: DF, 68 and 74. RGB value is (223,104,116). Sum of RGB (Red+Green+Blue) = 223+104+116=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6874 is #20978B. Grayscale: #8D8D8D. Windows color (decimal): -2135948 or 7629023. OLE color: 7629023.

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

Color convert

RGB 223 104 116 -
CMYK 0 0.53 0.48 0.13
HSL 353.95º 0.65% 0.64% -
HSV(B) 353.95º 0.53% 0.87% -
XYZ 38.53 26.85 19.67 -
YUV 140.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 223 104 116 0 0.53 0.48 0.13 353.95 0.65 0.64
Hex DF 68 74 0 35 30 D 162 41 40
Octal 337 150 164 0 65 60 15 542 101 100
Binary 11011111 1101000 1110100 0 110101 110000 1101 101100010 1000001 1000000

Color Harmonies of #DF6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6874

Black with #DF6874

Text Example


Text Example

White with #DF6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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