Html Css Color HEX #DF6474 Froly

📋 copy color: '#DF6474'

red 223 ◦ green 100 ◦ blue 116

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

Shades of Froly #DF6474

Tints of Froly #DF6474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

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

R = 50.8%
G = 22.78%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF6474 (or 0xDF6474) is known color: Froly. HEX triplet: DF, 64 and 74. RGB value is (223,100,116). Sum of RGB (Red+Green+Blue) = 223+100+116=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6474 is #209B8B. Grayscale: #8A8A8A. Windows color (decimal): -2136972 or 7627999. OLE color: 7627999.

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

Color convert

RGB 223 100 116 -
CMYK 0 0.55 0.48 0.13
HSL 352.2º 0.66% 0.63% -
HSV(B) 352.2º 0.55% 0.87% -
XYZ 38.14 26.06 19.54 -
YUV 138.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 223 100 116 0 0.55 0.48 0.13 352.2 0.66 0.63
Hex DF 64 74 0 37 30 D 160 42 3F
Octal 337 144 164 0 67 60 15 540 102 77
Binary 11011111 1100100 1110100 0 110111 110000 1101 101100000 1000010 111111

Color Harmonies of #DF6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6474

Black with #DF6474

Text Example


Text Example

White with #DF6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6474; }

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

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

background-color css

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

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

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

border-color css

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

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

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