Html Css Color HEX #DF6374 Froly

📋 copy color: '#DF6374'

red 223 ◦ green 99 ◦ blue 116

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

Shades of Froly #DF6374

Tints of Froly #DF6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.6%

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

R = 50.91%
G = 22.6%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6374 (or 0xDF6374) is known color: Froly. HEX triplet: DF, 63 and 74. RGB value is (223,99,116). Sum of RGB (Red+Green+Blue) = 223+99+116=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6374 is #209C8B. Grayscale: #8A8A8A. Windows color (decimal): -2137228 or 7627743. OLE color: 7627743.

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

Color convert

RGB 223 99 116 -
CMYK 0 0.56 0.48 0.13
HSL 351.77º 0.66% 0.63% -
HSV(B) 351.77º 0.56% 0.87% -
XYZ 38.05 25.87 19.51 -
YUV 138.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 223 99 116 0 0.56 0.48 0.13 351.77 0.66 0.63
Hex DF 63 74 0 38 30 D 160 42 3F
Octal 337 143 164 0 70 60 15 540 102 77
Binary 11011111 1100011 1110100 0 111000 110000 1101 101100000 1000010 111111

Color Harmonies of #DF6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6374

Black with #DF6374

Text Example


Text Example

White with #DF6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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