Html Css Color HEX #DF6974 Froly

📋 copy color: '#DF6974'

red 223 ◦ green 105 ◦ blue 116

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

Shades of Froly #DF6974

Tints of Froly #DF6974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

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

R = 50.23%
G = 23.65%
B = 26.13%

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

#DF6974 (or 0xDF6974) is known color: Froly. HEX triplet: DF, 69 and 74. RGB value is (223,105,116). Sum of RGB (Red+Green+Blue) = 223+105+116=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6974 is #20968B. Grayscale: #8D8D8D. Windows color (decimal): -2135692 or 7629279. OLE color: 7629279.

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

Color convert

RGB 223 105 116 -
CMYK 0 0.53 0.48 0.13
HSL 354.41º 0.65% 0.64% -
HSV(B) 354.41º 0.53% 0.87% -
XYZ 38.64 27.05 19.71 -
YUV 141.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 223 105 116 0 0.53 0.48 0.13 354.41 0.65 0.64
Hex DF 69 74 0 35 30 D 162 41 40
Octal 337 151 164 0 65 60 15 542 101 100
Binary 11011111 1101001 1110100 0 110101 110000 1101 101100010 1000001 1000000

Color Harmonies of #DF6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6974

Black with #DF6974

Text Example


Text Example

White with #DF6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6974; }

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

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

background-color css

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

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

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

border-color css

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

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

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