Html Css Color HEX #DF646F Froly

📋 copy color: '#DF646F'

red 223 ◦ green 100 ◦ blue 111

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

Shades of Froly #DF646F

Tints of Froly #DF646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 51.38%
G = 23.04%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF646F (or 0xDF646F) is known color: Froly. HEX triplet: DF, 64 and 6F. RGB value is (223,100,111). Sum of RGB (Red+Green+Blue) = 223+100+111=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646F is #209B90. Grayscale: #8A8A8A. Windows color (decimal): -2136977 or 7300319. OLE color: 7300319.

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

Color convert

RGB 223 100 111 -
CMYK 0 0.55 0.50 0.13
HSL 354.63º 0.66% 0.63% -
HSV(B) 354.63º 0.55% 0.87% -
XYZ 37.86 25.95 18.05 -
YUV 138.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 223 100 111 0 0.55 0.50 0.13 354.63 0.66 0.63
Hex DF 64 6F 0 37 32 D 163 42 3F
Octal 337 144 157 0 67 62 15 543 102 77
Binary 11011111 1100100 1101111 0 110111 110010 1101 101100011 1000010 111111

Color Harmonies of #DF646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF646F

Black with #DF646F

Text Example


Text Example

White with #DF646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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